Interface ReactiveGuard<S,E>
- Type Parameters:
S- the type of stateE- the type of event
- All Superinterfaces:
Function<StateContext<S,E>, reactor.core.publisher.Mono<Boolean>>
public interface ReactiveGuard<S,E>
extends Function<StateContext<S,E>,reactor.core.publisher.Mono<Boolean>>
-
Method Summary