Interface VirtualEmitter<T>
- Type Parameters:
T- the element type to emit
public interface VirtualEmitter<T>
Interface handed to user code in
Flowable.virtualCreate(VirtualGenerator, java.util.concurrent.ExecutorService) callback.- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns a disposable container to relay cancellation notifications while awaiting the run.voidSignal the next item
-
Method Details
-
emit
-
canceller
DisposableContainer canceller()Returns a disposable container to relay cancellation notifications while awaiting the run.- Returns:
- a new Disposable Container instance
-