Package | Description |
---|---|
org.apache.camel.component.atomix.client.messaging |
Modifier and Type | Method and Description |
---|---|
AtomixMessaging.BroadcastType |
AtomixMessagingConfiguration.getBroadcastType() |
static AtomixMessaging.BroadcastType |
AtomixMessaging.BroadcastType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomixMessaging.BroadcastType[] |
AtomixMessaging.BroadcastType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AtomixMessagingConfiguration.setBroadcastType(AtomixMessaging.BroadcastType broadcastType)
The broadcast type.
|
Apache Camel