Skip to content

Pact RabbitMQ IMessageBusSender Send(object string string)

welshronaldo edited this page May 30, 2022 · 5 revisions

IMessageBusSender.Send(object, string, string) Method

Sends a basic fire and forget message

void Send(object item, string exchange, string key);

Parameters

item System.Object
object to be sent

exchange System.String
the bucket to send it too

key System.String
the message routing key

Clone this wiki locally