public final class EventBinder.ExchangeBinding
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
EventBinder.ExchangeBinding |
withProperties(com.rabbitmq.client.AMQP.BasicProperties basicProperties)
Sets the given basic properties to be used for message publishing.
|
EventBinder.ExchangeBinding |
withRoutingKey(java.lang.String routingKey)
Sets the routing key to be used for message publishing.
|
public EventBinder.ExchangeBinding withRoutingKey(java.lang.String routingKey)
routingKey - The routing keypublic EventBinder.ExchangeBinding withProperties(com.rabbitmq.client.AMQP.BasicProperties basicProperties)
basicProperties - The basic properties