rabbitmq ~master (2020-11-30T12:02:27Z)
Dub
Repo
RabbitClient.sendMessage
symmetry
api
rabbitmq
wrap
RabbitClient
Undocumented in source. Be warned that the author may not have intended to support it.
CorrelationID
sendMessage
(string messageBody, string routingKey, string contentType)
auto
sendMessage
(const(ubyte)[] message, string routingKey, from!"core.time".Duration timeout, string contentType)
struct
RabbitClient
auto
sendMessage
(
bool
waitForResponse
= true
)
(
const
(
ubyte
)[]
message
,
string
routingKey
,
from
!"core.time".
Duration
timeout
=
from
!"core.time".
Duration.init
,
string
contentType
= "text/plain"
)
Meta
Source
See Implementation
symmetry
api
rabbitmq
wrap
RabbitClient
constructors
this
functions
connect
getResponseBlocking
sendMessage
variables
conn
params
replyToQueue
socket