Package io.servicetalk.concurrent
Interface CompletableSource.Processor
-
- All Superinterfaces:
CompletableSource,CompletableSource.Subscriber
- Enclosing interface:
- CompletableSource
public static interface CompletableSource.Processor extends CompletableSource, CompletableSource.Subscriber
ACompletableSource.Processorrepresents a processing stage that is both aCompletableSourceand aCompletableSource.Subscriberand obeys the contracts of both.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.servicetalk.concurrent.CompletableSource
CompletableSource.Processor, CompletableSource.Subscriber
-
-
Method Summary
-
Methods inherited from interface io.servicetalk.concurrent.CompletableSource
subscribe
-
Methods inherited from interface io.servicetalk.concurrent.CompletableSource.Subscriber
onComplete, onError, onSubscribe
-
-