R - the type of the reply object this header carries.public class ReplyHeader<R> extends AbstractHeader<ReplyHeader<R>>
R.
This class is typically used to include a response object in a message header.EMPTYDISCARD| Constructor and Description |
|---|
ReplyHeader(R reply)
Constructs a new ReplyHeader instance with the specified reply object.
|
| Modifier and Type | Method and Description |
|---|---|
R |
replay()
Retrieves the reply object stored in the header.
|
sessionName, sessionName, systemContext, systemContextusesSelfDescribingMessageequals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile, writeMarshallablebinaryLengthLength, writeValueunexpectedFieldpublic ReplyHeader(R reply)
reply - the reply object to be stored in the header.public R replay()
R.Copyright © 2023. All rights reserved.