T - the value type pushed@FunctionalInterface public interface FlowableOnSubscribe<T>
subscribe() method that receives
a FlowableEmitter instance that allows pushing
events in a backpressure-safe and cancellation-safe manner.| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(@NonNull FlowableEmitter<T> emitter)
Called for each
Subscriber that subscribes. |