Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq | |
org.wildfly.swarm.config.messaging.activemq.server |
Modifier and Type | Method and Description |
---|---|
ClusterConnection |
Server.ServerResources.clusterConnection(String key) |
Modifier and Type | Method and Description |
---|---|
List<ClusterConnection> |
Server.ServerResources.clusterConnections()
Get the list of ClusterConnection resources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.clusterConnection(ClusterConnection value)
Add the ClusterConnection object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.clusterConnections(List<ClusterConnection> value)
Add all ClusterConnection objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterConnection<T extends ClusterConnection<T>>
Cluster connections group servers into clusters so that messages can be load
balanced between the nodes of the cluster.
|
interface |
ClusterConnectionConsumer<T extends ClusterConnection<T>> |
interface |
ClusterConnectionSupplier<T extends ClusterConnection> |
Modifier and Type | Method and Description |
---|---|
ClusterConnection |
ClusterConnectionSupplier.get()
Constructed instance of ClusterConnection resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.