Package cz.encircled.joiner.reactive
See: Description
-
Interface Summary Interface Description ExecutionStep A single execution step in a chain, represented as a pre-computed value or a callback provided by user. OuterScopeExecution An ExecutionStep, which is computed in the outer scope (i.e. -
Class Summary Class Description ComputedExecutionStep Execution step which returns pre-computed value with plural result (e.g. MonoComputedExecutionStep Execution step which returns pre-computed value with singular result (e.g. OptionalComputedExecutionStep Execution step which returns pre-computed value with optional singular result (e.g. CallbackExecutionStep Execution step which calls a user callback with plural result (e.g. MonoCallbackExecutionStep Execution step which calls a user callback with singular result (e.g. OptionalCallbackExecutionStep Execution step which calls a user callback with optional singular result (e.g. GenericHibernateReactiveJoiner Encapsulates Hibernate Reactive API and provides internal reactive API instead. MonoCallbackOuterScopeExecution AsyncMonoCallbackOuterScopeExecution FluxCallbackOuterScopeExecution AsyncFluxCallbackOuterScopeExecution ReactorJoiner Implementation of Joiner with Project Reactor API -
Object Summary Object Description ReactorExtension