Dreamine.Communication.RabbitMQ 1.0.1
Dreamine.Communication.RabbitMQ 통신 기능과 관련 API를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel 멤버 목록

다음에 대한 모든 멤버의 목록입니다 : Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel (모든 상속된 멤버들도 포함합니다.)

BasicAck(ulong deliveryTag, bool multiple)Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel
BasicCancel(string consumerTag)Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel
BasicConsume(string queue, bool autoAck, Func< RabbitMqDelivery, CancellationToken, Task > onReceived)Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel
BasicNack(ulong deliveryTag, bool multiple, bool requeue)Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel
BasicPublish(string exchange, string routingKey, bool mandatory, IRabbitMqBasicProperties properties, ReadOnlyMemory< byte > body)Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel
BasicReject(ulong deliveryTag, bool requeue)Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel
Close()Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel
CreateBasicProperties()Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel
ExchangeDeclare(string exchange, string type, bool durable, bool autoDelete)Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel
IsOpenDreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel
QueueBind(string queue, string exchange, string routingKey)Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel
QueueDeclare(string queue, bool durable, bool exclusive, bool autoDelete)Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqChannel