-
Nested Class Summary
Nested Classes
static interface
static interface
static interface
static class
-
Method Summary
reactor.core.publisher.Mono<Void>
default <T> org.reactivestreams.Publisher<Message<T>>
of(PAYLOAD payload,
reactor.core.publisher.Mono<Void> acknowledge)
-
Method Details
-
-
acknowledge
reactor.core.publisher.Mono<Void> acknowledge()
-
-
of
static <PAYLOAD> Message<PAYLOAD> of(PAYLOAD payload)
-
of
static <PAYLOAD> Message<PAYLOAD> of(PAYLOAD payload,
reactor.core.publisher.Mono<Void> acknowledge)
-
-
handle
default <T>
org.reactivestreams.Publisher<Message<T>> handle(Function<PAYLOAD,? extends org.reactivestreams.Publisher<T>> handler)