All Classes and Interfaces

Class
Description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Describes methods that are used to handle exceptional behaviour or to handle closing.
Represents an asynchronous consumer that consumes data items.
Represents an asynchronous consumer that consumes data items.
 
 
 
 
 
 
 
 
 
 
 
 
Represents asynchronous supplier that returns Promise of some data.
Represents asynchronous supplier that returns Promise of some data.
 
 
 
 
 
 
 
Represents a Promise which is completed with an exception.
Represents a CompletePromise with result that equals null.
Represents a completed Promise with a result of unspecified type.
Represents a CompletePromise with a result of unspecified type.
 
 
Helps to create sequent chains of Promises.
Replacement of default Java CompletionStage interface with optimized design, which allows handling different scenarios more efficiently.
 
Allows managing multiple Promises.
Allows tracking stats of Promises.
 
This interface is for services that can be started and then stopped in the context of reactor, so it works with Promise
 
 
 
 
 
 
 
Represents a Promise which can be completed or completedExceptionally manually at once or later in the future.