| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging.subsystem.server | |
| org.wildfly.swarm.config.messaging.subsystem.server.divert |
| 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>
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.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.