Package brave.messaging
Class MessagingResponse
java.lang.Object
brave.Response
brave.messaging.MessagingResponse
- Direct Known Subclasses:
ConsumerResponse,ProducerResponse
public abstract class MessagingResponse extends Response
Abstract response type used for parsing and sampling of messaging clients and servers.
- Since:
- 5.13
- See Also:
ProducerResponse,ConsumerResponse
-
Constructor Summary
Constructors Constructor Description MessagingResponse() -
Method Summary
Modifier and Type Method Description MessagingRequestrequest()Information about the request that initiated this messaging response ornullif unknown.
-
Constructor Details
-
MessagingResponse
public MessagingResponse()
-
-
Method Details