Interface ReactiveAction<S,E>
- Type Parameters:
S
- the type of stateE
- 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>>
-
Method Summary