| Constructor and Description |
|---|
DivertImpl(SimpleString forwardAddress,
SimpleString uniqueName,
SimpleString routingName,
boolean exclusive,
Filter filter,
Transformer transformer,
PostOffice postOffice,
StorageManager storageManager,
DivertConfigurationRoutingType routingType) |
| Modifier and Type | Method and Description |
|---|---|
Filter |
getFilter() |
SimpleString |
getRoutingName() |
Transformer |
getTransformer() |
SimpleString |
getUniqueName() |
boolean |
isExclusive() |
void |
route(Message message,
RoutingContext context) |
void |
routeWithAck(Message message,
RoutingContext context) |
String |
toString() |
public DivertImpl(SimpleString forwardAddress, SimpleString uniqueName, SimpleString routingName, boolean exclusive, Filter filter, Transformer transformer, PostOffice postOffice, StorageManager storageManager, DivertConfigurationRoutingType routingType)
public void route(Message message, RoutingContext context) throws Exception
public void routeWithAck(Message message, RoutingContext context) throws Exception
routeWithAck in interface BindableExceptionpublic SimpleString getRoutingName()
getRoutingName in interface Divertpublic SimpleString getUniqueName()
getUniqueName in interface Divertpublic boolean isExclusive()
isExclusive in interface Divertpublic Transformer getTransformer()
getTransformer in interface DivertCopyright © 2019 JBoss by Red Hat. All rights reserved.