public interface ClientChannel
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ServiceMessage> |
requestChannel(org.reactivestreams.Publisher<ServiceMessage> publisher,
Type responseType) |
reactor.core.publisher.Mono<ServiceMessage> |
requestResponse(ServiceMessage message,
Type responseType) |
reactor.core.publisher.Flux<ServiceMessage> |
requestStream(ServiceMessage message,
Type responseType) |
reactor.core.publisher.Mono<ServiceMessage> requestResponse(ServiceMessage message, Type responseType)
reactor.core.publisher.Flux<ServiceMessage> requestStream(ServiceMessage message, Type responseType)
reactor.core.publisher.Flux<ServiceMessage> requestChannel(org.reactivestreams.Publisher<ServiceMessage> publisher, Type responseType)
Copyright © 2015–2021. All rights reserved.