public class ReactorRoleTypes
extends java.lang.Object
ReactorFactory.createConsumerRole(),
ReactorFactory.createProviderRole() and
ReactorFactory.createNIProviderRole().| Modifier and Type | Field and Description |
|---|---|
static int |
CONSUMER
Indicates the ReactorChannel represents the connection of an OMM Consumer.
|
static int |
NIPROVIDER
Indicates the ReactorChannel represents the connection of an OMM Non-Interactive Provider.
|
static int |
PROVIDER
Indicates the ReactorChannel represents the connection of an OMM Interactive Provider.
|
| Constructor and Description |
|---|
ReactorRoleTypes() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toString(int type)
Returns a String representation of the specified ReactorRoleTypes type.
|
public static final int CONSUMER
public static final int PROVIDER
public static final int NIPROVIDER
Copyright @ 2019 Thomson Reuters. All Rights Reserved.