Interface ReactiveAction<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Superinterfaces:
Function<StateContext<S,E>,reactor.core.publisher.Mono<Void>>

public interface ReactiveAction<S,E> extends Function<StateContext<S,E>,reactor.core.publisher.Mono<Void>>
Reactive counterpart of a Action being simply a Function of a return type of a Mono.
Author:
Janne Valkealahti