public class ReactorSubmitOptions
extends java.lang.Object
ReactorChannel.submit(com.thomsonreuters.upa.transport.TransportBuffer,
ReactorSubmitOptions, ReactorErrorInfo),
ReactorChannel.submit(com.thomsonreuters.upa.codec.Msg, ReactorSubmitOptions,
ReactorErrorInfo) and
ReactorChannel.submit(com.thomsonreuters.upa.valueadd.domainrep.rdm.MsgBase,
ReactorSubmitOptions, ReactorErrorInfo) call.| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears this object for reuse.
|
ReactorRequestMsgOptions |
requestMsgOptions()
If the submitted message is a RequestMsg and a watchlist is enabled,
these options may also be specified.
|
java.lang.String |
serviceName()
Service name to be associated with the message, if specifying the service by name
instead of by ID (watchlist enabled only) .
|
void |
serviceName(java.lang.String serviceName)
Service name to be associated with the message, if specifying the service by name
instead of by ID (watchlist enabled only) .
|
com.thomsonreuters.upa.transport.WriteArgs |
writeArgs()
Returns the
WriteArgs, which will be used with the
Channel.write call. |
public com.thomsonreuters.upa.transport.WriteArgs writeArgs()
WriteArgs, which will be used with the
Channel.write call.ReactorChannelpublic java.lang.String serviceName()
public void serviceName(java.lang.String serviceName)
serviceName - the service namepublic ReactorRequestMsgOptions requestMsgOptions()
public void clear()
Copyright @ 2019 Thomson Reuters. All Rights Reserved.