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 Bindable
Exception
public SimpleString getRoutingName()
getRoutingName
in interface Divert
public SimpleString getUniqueName()
getUniqueName
in interface Divert
public boolean isExclusive()
isExclusive
in interface Divert
public Transformer getTransformer()
getTransformer
in interface Divert
Copyright © 2018 JBoss by Red Hat. All rights reserved.