Package | Description |
---|---|
com.streamscape.sef.moderator |
Modifier and Type | Field and Description |
---|---|
static ExchangeRole |
ExchangeRole.ACCESSOR |
static ExchangeRole |
ExchangeRole.ACCESSOR_SESSION |
static ExchangeRole |
ExchangeRole.ASYNC_CONSUMER |
static ExchangeRole |
ExchangeRole.COMPONENT |
static ExchangeRole |
ExchangeRole.DIRECT_CONSUMER |
static ExchangeRole |
ExchangeRole.DOMAIN_CONSTRAINT |
static ExchangeRole |
ExchangeRole.EVENT_CACHE |
static ExchangeRole |
ExchangeRole.RANGE_CONSTRAINT |
static ExchangeRole |
ExchangeRole.RECEIVER |
static ExchangeRole |
ExchangeRole.REPLICATION_SOURCE |
static ExchangeRole |
ExchangeRole.REPLICATION_TARGET |
static ExchangeRole |
ExchangeRole.REQUEST_CONSUMER |
Modifier and Type | Method and Description |
---|---|
ExchangeRole |
EntityReference.getExchangeRole()
Returns the Exchange role of the entity.
|
static ExchangeRole |
ExchangeRole.valueOf(java.lang.String name) |
static ExchangeRole[] |
ExchangeRole.values() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ModeratorUtils.getConsumerMode(ExchangeRole exchangeRole)
Returns a consumer mode (async, direct or receiver) corresponding to the specified Exchange Role.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.