public abstract static class Message.Response extends Message
Message.Codec<M extends Message>, Message.Direction, Message.Dispatcher, Message.ExceptionHandler, Message.ProtocolDecoder, Message.ProtocolEncoder, Message.Request, Message.Response, Message.Type| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.UUID | tracingId | 
| protected java.util.List<java.lang.String> | warnings | 
connection, forcedProtocolVersion, logger, type| Modifier | Constructor and Description | 
|---|---|
| protected  | Response(Message.Type type) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.UUID | getTracingId() | 
| java.util.List<java.lang.String> | getWarnings() | 
| Message | setTracingId(java.util.UUID tracingId) | 
| Message | setWarnings(java.util.List<java.lang.String> warnings) | 
attach, connection, getCustomPayload, getSourceFrame, getStreamId, setCustomPayload, setSourceFrame, setStreamIdprotected java.util.UUID tracingId
protected java.util.List<java.lang.String> warnings
protected Response(Message.Type type)
Copyright © 2018 The Apache Software Foundation