Package io.micrometer.core.ipc.http
Class ReactorNettySender
java.lang.Object
io.micrometer.core.ipc.http.ReactorNettySender
- All Implemented Interfaces:
HttpSender
public class ReactorNettySender extends java.lang.Object implements HttpSender
HttpSender implementation based on the Reactor Netty HttpClient.- Since:
- 1.1.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micrometer.core.ipc.http.HttpSender
HttpSender.Method, HttpSender.Request, HttpSender.Response -
Constructor Summary
Constructors Constructor Description ReactorNettySender()ReactorNettySender(reactor.netty.http.client.HttpClient httpClient) -
Method Summary
Modifier and Type Method Description HttpSender.Responsesend(HttpSender.Request request)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micrometer.core.ipc.http.HttpSender
delete, get, head, newRequest, options, post, put
-
Constructor Details
-
ReactorNettySender
public ReactorNettySender(reactor.netty.http.client.HttpClient httpClient) -
ReactorNettySender
public ReactorNettySender()
-
-
Method Details
-
send
- Specified by:
sendin interfaceHttpSender
-