We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sends a message and waits for a response
System.Threading.Tasks.Task<T> SendRPCAsync<T>(object item, string exchange, string key) where T : class;
T Expected return type
T
item System.Object object to be sent
item
exchange System.String the bucket to send it too
exchange
key System.String the message routing key
key
System.Threading.Tasks.Task<T> instance of T