Package io.micrometer.core.ipc.http
Class HttpSender.Response
java.lang.Object
io.micrometer.core.ipc.http.HttpSender.Response
- Enclosing interface:
HttpSender
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbody()
int
code()
boolean
onError
(Consumer<HttpSender.Response> onError) onSuccess
(Consumer<HttpSender.Response> onSuccess)
-
Field Details
-
NO_RESPONSE_BODY
- See Also:
-
-
Constructor Details
-
Response
-
-
Method Details
-
code
public int code() -
body
-
onSuccess
-
onError
-
isSuccessful
public boolean isSuccessful()
-