public final class ExchangeRole
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines the Exchange Role of the Exchange Entity.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static ExchangeRole |
ACCESSOR |
static ExchangeRole |
ACCESSOR_SESSION |
static ExchangeRole |
ASYNC_CONSUMER |
static ExchangeRole |
COMPONENT |
static ExchangeRole |
DIRECT_CONSUMER |
static ExchangeRole |
DOMAIN_CONSTRAINT |
static ExchangeRole |
EVENT_CACHE |
static ExchangeRole |
RANGE_CONSTRAINT |
static ExchangeRole |
RECEIVER |
static ExchangeRole |
REPLICATION_SOURCE |
static ExchangeRole |
REPLICATION_TARGET |
static ExchangeRole |
REQUEST_CONSUMER |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static ExchangeRole |
valueOf(java.lang.String name) |
static ExchangeRole[] |
values() |
public static final ExchangeRole COMPONENT
public static final ExchangeRole DIRECT_CONSUMER
public static final ExchangeRole ASYNC_CONSUMER
public static final ExchangeRole REQUEST_CONSUMER
public static final ExchangeRole RECEIVER
public static final ExchangeRole EVENT_CACHE
public static final ExchangeRole DOMAIN_CONSTRAINT
public static final ExchangeRole RANGE_CONSTRAINT
public static final ExchangeRole REPLICATION_SOURCE
public static final ExchangeRole REPLICATION_TARGET
public static final ExchangeRole ACCESSOR
public static final ExchangeRole ACCESSOR_SESSION
public static ExchangeRole[] values()
public static ExchangeRole valueOf(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Enum
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.