RESPONSE - The type of message that the respopnse contains. Must be a protobuf message type.public static interface Controller.CustomResponse<RESPONSE>
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf[] |
getBodies()
The optional unstructured portion of the message.
|
RESPONSE |
getMessage()
The structured portion of the response.
|
RESPONSE getMessage()
io.netty.buffer.ByteBuf[] getBodies()
Copyright © 2021 The Apache Software Foundation. All rights reserved.