public class TopicEvictionRouter extends java.lang.Object implements TopicRouter<TopicEvictionVO>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTRIBUTE_NAME |
static java.lang.String |
TOPIC |
SEPARATOR
Constructor and Description |
---|
TopicEvictionRouter() |
Modifier and Type | Method and Description |
---|---|
Destination |
create(TopicEvictionVO vo,
java.util.Optional<java.lang.String> strategyName) |
void |
postProcess(TopicEvictionVO event,
Message message) |
public static final java.lang.String TOPIC
public static final java.lang.String ATTRIBUTE_NAME
public Destination create(TopicEvictionVO vo, java.util.Optional<java.lang.String> strategyName)
create
in interface TopicRouter<TopicEvictionVO>
public void postProcess(TopicEvictionVO event, Message message) throws JMSException
postProcess
in interface TopicRouter<TopicEvictionVO>
JMSException