void send(Object loadBalancer, SimpleEvent event, String routingKey)
void send(Object loadBalancer, SimpleEvent event, String routingKey)
Name | Type | Description |
---|---|---|
loadBalancer | Object | String) call. |
event | SimpleEvent | The event to send the message to. |
routingKey | String | The key that will be used to choose a receiver. If the topology has not changed, then messages with the same key sent from any sender will be received by the same receiver. |
Type | Description |
---|---|
void |