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 ReactorNettyClientOptionsReactorNettyClientOptions. byteBufSupplier(Supplier<io.netty.buffer.ByteBuf> byteBufSupplier)ReactorNettyClientOptionsReactorNettyClientOptions. client(Supplier<reactor.netty.http.client.HttpClient> client)ReactorNettyClientOptionsReactorNettyClientOptions. objectMapper(Supplier<com.fasterxml.jackson.databind.ObjectMapper> objectMapper)ReactorNettyClientOptionsReactorNettyClientOptions. onResponseCallback(BiConsumer<? super HttpEndpoint,? super HttpResponse> onResponseCallback)ReactorNettyClientOptionsReactorNettyClientOptions. 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)
-