Interface CompletableSource.Processor

All Superinterfaces:
CompletableSource, CompletableSource.Subscriber
Enclosing interface:
CompletableSource

public static interface CompletableSource.Processor extends CompletableSource, CompletableSource.Subscriber
A CompletableSource.Processor represents a processing stage that is both a CompletableSource and a CompletableSource.Subscriber and obeys the contracts of both.