| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging.subsystem.server | |
| org.wildfly.swarm.config.messaging.subsystem.server.clusterConnection |
| 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>
Cluster connections group servers into clusters so that messages can be load balanced between the nodes of the cluster.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.