public class ReactorOptions
extends java.lang.Object
ReactorFactory.createReactor(ReactorOptions,
ReactorErrorInfo) call.| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears this object for reuse.
|
void |
enableXmlTracing()
Enables XML tracing for the Reactor.
|
com.thomsonreuters.upa.codec.Buffer |
serviceDiscoveryURL()
A URL for the EDP-RT service discovery
|
int |
serviceDiscoveryURL(com.thomsonreuters.upa.codec.Buffer serviceDiscoveryURL)
A URL for the EDP-RT service discovery
|
com.thomsonreuters.upa.codec.Buffer |
tokenServiceURL()
a URL of the token service to get an access token and a refresh token.
|
int |
tokenServiceURL(com.thomsonreuters.upa.codec.Buffer tokenServiceURL)
A URL of the token service to get an access token and a refresh token.
|
java.lang.Object |
userSpecObj()
Returns the userSpecObj.
|
int |
userSpecObj(java.lang.Object userSpecObj)
Specifies a user defined object that can be useful for identifying a
specific instance of a Reactor or coupling this Reactor with other user
created information.
|
public int userSpecObj(java.lang.Object userSpecObj)
userSpecObj - the userSpecObjReactorReturnCodes.SUCCESS if the userSpecObj is not
null, otherwise ReactorReturnCodes.PARAMETER_INVALID.public java.lang.Object userSpecObj()
public void enableXmlTracing()
public int serviceDiscoveryURL(com.thomsonreuters.upa.codec.Buffer serviceDiscoveryURL)
serviceDiscoveryURL - the URL for the EDP-RT service discoveryReactorReturnCodes.SUCCESS on success, if data is null,
or if position or length is outside of the data's capacity.
ReactorReturnCodes.PARAMETER_INVALID.public com.thomsonreuters.upa.codec.Buffer serviceDiscoveryURL()
public int tokenServiceURL(com.thomsonreuters.upa.codec.Buffer tokenServiceURL)
tokenServiceURL - the URL for the EDP-RT service discoveryReactorReturnCodes.SUCCESS on success, if data is null,
or if position or length is outside of the data's capacity.
ReactorReturnCodes.PARAMETER_INVALID.public com.thomsonreuters.upa.codec.Buffer tokenServiceURL()
public void clear()
Copyright @ 2019 Thomson Reuters. All Rights Reserved.