public interface ClusterService
Modifier and Type | Interface and Description |
---|---|
static class |
ClusterService.DestinationType |
Modifier and Type | Method and Description |
---|---|
void |
broadcast(ClusterService.DestinationType type,
String channel,
Serializable object) |
void |
close() |
void |
connect() |
<T> void |
createConsumer(ClusterService.DestinationType type,
String channel,
Class<T> clazz,
Consumer<T> listener) |
boolean |
isAppFormerClustered() |
void connect()
<T> void createConsumer(ClusterService.DestinationType type, String channel, Class<T> clazz, Consumer<T> listener)
void broadcast(ClusterService.DestinationType type, String channel, Serializable object)
boolean isAppFormerClustered()
void close()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.