Interface CompletableSource

All Known Subinterfaces:
CompletableSource.Processor
All Known Implementing Classes:
NettyFutureCompletable, SubscribableCompletable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CompletableSource
An asynchronous computation that does not emit any data. It just completes or emits an error.