| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging.subsystem.server | |
| org.wildfly.swarm.config.messaging.subsystem.server.groupingHandler |
| Modifier and Type | Method and Description |
|---|---|
List<GroupingHandler> |
Server.ServerResources.groupingHandlers()
Get the list of GroupingHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Server.groupingHandler(GroupingHandler value)
Add the GroupingHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Server.groupingHandlers(List<GroupingHandler> value)
Add all GroupingHandler objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupingHandler<T extends GroupingHandler>
Makes decisions about which node in a cluster should handle a message with a group id assigned.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.