Package | Description |
---|---|
org.uberfire.commons.cluster |
Modifier and Type | Method and Description |
---|---|
static ClusterService.DestinationType |
ClusterService.DestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterService.DestinationType[] |
ClusterService.DestinationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterService.broadcast(ClusterService.DestinationType type,
String channel,
Serializable object) |
void |
ClusterJMSService.broadcast(ClusterService.DestinationType type,
String channel,
Serializable object) |
<T> void |
ClusterService.createConsumer(ClusterService.DestinationType type,
String channel,
Class<T> clazz,
Consumer<T> listener) |
<T> void |
ClusterJMSService.createConsumer(ClusterService.DestinationType type,
String channel,
Class<T> objectMessageClass,
Consumer<T> listener) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.