@FunctionalInterface public interface RoutingKeyResolver
| Modifier and Type | Method and Description |
|---|---|
String |
resolveRoutingKey(EventMessage<?> eventMessage)
Returns the Routing Key to use when sending the given
eventMessage to the Message Broker. |
String resolveRoutingKey(EventMessage<?> eventMessage)
eventMessage to the Message Broker.eventMessage - The EventMessage to resolve the routing key forCopyright © 2010–2017. All rights reserved.