public class Divert extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
divertAddress()
Address to divert from
|
Divert |
divertAddress(String value)
Address to divert from
|
Boolean |
exclusive()
Whether the divert is exclusive, meaning that the message is diverted to the new address, and does not go to the old address at all.
|
Divert |
exclusive(Boolean value)
Whether the divert is exclusive, meaning that the message is diverted to the new address, and does not go to the old address at all.
|
String |
filter()
An optional filter string.
|
Divert |
filter(String value)
An optional filter string.
|
String |
forwardingAddress()
Address to divert to
|
Divert |
forwardingAddress(String value)
Address to divert to
|
String |
getKey() |
String |
routingName()
Routing name of the divert
|
Divert |
routingName(String value)
Routing name of the divert
|
String |
transformerClassName()
The name of a class used to transform the message's body or properties before it is diverted.
|
Divert |
transformerClassName(String value)
The name of a class used to transform the message's body or properties before it is diverted.
|
public Divert(String key)
public String getKey()
public String divertAddress()
public Boolean exclusive()
public Divert exclusive(Boolean value)
public String filter()
public Divert filter(String value)
public String forwardingAddress()
public String routingName()
public String transformerClassName()
Copyright © 2015 JBoss by Red Hat. All rights reserved.