Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq | |
org.wildfly.swarm.config.messaging.activemq.server |
Modifier and Type | Method and Description |
---|---|
Divert |
Server.ServerResources.divert(String key) |
Modifier and Type | Method and Description |
---|---|
List<Divert> |
Server.ServerResources.diverts()
Get the list of Divert resources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.divert(Divert value)
Add the Divert object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.diverts(List<Divert> value)
Add all Divert objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Divert<T extends Divert<T>>
A messaging resource that allows you to transparently divert messages routed
to one address to some other address, without making any changes to any
client application logic.
|
interface |
DivertConsumer<T extends Divert<T>> |
interface |
DivertSupplier<T extends Divert> |
Modifier and Type | Method and Description |
---|---|
Divert |
DivertSupplier.get()
Constructed instance of Divert resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.