Uses of Class
com.rabbitmq.http.client.ReactorNettyClientOptions
-
Packages that use ReactorNettyClientOptions Package Description com.rabbitmq.http.client -
-
Uses of ReactorNettyClientOptions in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return ReactorNettyClientOptions Modifier and Type Method Description ReactorNettyClientOptions
ReactorNettyClientOptions. byteBufSupplier(Supplier<io.netty.buffer.ByteBuf> byteBufSupplier)
ReactorNettyClientOptions
ReactorNettyClientOptions. client(Supplier<reactor.netty.http.client.HttpClient> client)
ReactorNettyClientOptions
ReactorNettyClientOptions. objectMapper(Supplier<com.fasterxml.jackson.databind.ObjectMapper> objectMapper)
ReactorNettyClientOptions
ReactorNettyClientOptions. onResponseCallback(BiConsumer<? super HttpEndpoint,? super HttpResponse> onResponseCallback)
ReactorNettyClientOptions
ReactorNettyClientOptions. token(reactor.core.publisher.Mono<String> token)
Constructors in com.rabbitmq.http.client with parameters of type ReactorNettyClientOptions Constructor Description ReactorNettyClient(String url, ReactorNettyClientOptions options)
ReactorNettyClient(String url, String username, String password, ReactorNettyClientOptions options)
-