public interface OMSBuiltinKeys
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCESS_POINTS
The
ACCESS_POINTS key shows the specified access points in OMS driver schema. |
static String |
ACCOUNT_ID
The
ACCOUNT_ID key shows the specified account info in OMS driver schema. |
static String |
CONSUMER_ID
The
CONSUMER_ID key represents the the unique consumer id of a consumer instance. |
static String |
DRIVER_IMPL
The
DRIVER_IMPL key represents the vendor implementation
entry of MessagingAccessPoint. |
static String |
OPERATION_TIMEOUT
The
OPERATION_TIMEOUT key defines the timeout of almost all the method calls in OMS. |
static String |
PRODUCER_ID
The
PRODUCER_ID key represents the the unique producer id of a producer instance. |
static String |
REGION
The
REGION key shows the specified region in OMS driver schema. |
static String |
ROUTING_DESTINATION
The
ROUTING_DESTINATION key shows the destination queue of a Routing instance. |
static String |
ROUTING_EXPRESSION
The
ROUTING_EXPRESSION key shows the expression of a Routing instance. |
static String |
ROUTING_SOURCE
The
ROUTING_SOURCE key shows the source queue of a Routing instance. |
static final String DRIVER_IMPL
DRIVER_IMPL key represents the vendor implementation
entry of MessagingAccessPoint.static final String ACCESS_POINTS
ACCESS_POINTS key shows the specified access points in OMS driver schema.static final String ACCOUNT_ID
ACCOUNT_ID key shows the specified account info in OMS driver schema.static final String REGION
REGION key shows the specified region in OMS driver schema.static final String PRODUCER_ID
PRODUCER_ID key represents the the unique producer id of a producer instance.static final String CONSUMER_ID
CONSUMER_ID key represents the the unique consumer id of a consumer instance.static final String OPERATION_TIMEOUT
OPERATION_TIMEOUT key defines the timeout of almost all the method calls in OMS.static final String ROUTING_SOURCE
ROUTING_SOURCE key shows the source queue of a Routing instance.
The Routing consists of a triple, include source queue, destination queue and expression.
static final String ROUTING_DESTINATION
ROUTING_DESTINATION key shows the destination queue of a Routing instance.
The Routing consists of a triple, include source queue, destination queue and expression.
static final String ROUTING_EXPRESSION
ROUTING_EXPRESSION key shows the expression of a Routing instance.
The Routing consists of a triple, include source queue, destination queue and expression.
Copyright © 2017–2018 OpenMessaging. All rights reserved.