S
- the type of stateE
- the type of eventpublic interface ReactiveGuard<S,E> extends java.util.function.Function<StateContext<S,E>,reactor.core.publisher.Mono<java.lang.Boolean>>
Guard
being simply a Function
of a
return type of a Mono
wrapping Boolean
.