Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq | |
org.wildfly.swarm.config.messaging.activemq.server |
Modifier and Type | Method and Description |
---|---|
GroupingHandler |
Server.ServerResources.groupingHandler(String key) |
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<T>>
Makes decisions about which node in a cluster should handle a message with a
group id assigned.
|
interface |
GroupingHandlerConsumer<T extends GroupingHandler<T>> |
interface |
GroupingHandlerSupplier<T extends GroupingHandler> |
Modifier and Type | Method and Description |
---|---|
GroupingHandler |
GroupingHandlerSupplier.get()
Constructed instance of GroupingHandler resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.