public final class PublisherIntervalRangeSource
extends java.lang.Object
implements org.reactivestreams.Publisher<java.lang.Long>
| Constructor and Description |
|---|
PublisherIntervalRangeSource(long start,
long end,
long initialDelay,
long period,
java.util.concurrent.TimeUnit unit,
Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super java.lang.Long> s) |
public PublisherIntervalRangeSource(long start,
long end,
long initialDelay,
long period,
java.util.concurrent.TimeUnit unit,
Scheduler scheduler)