메소드 | 설명 | |
---|---|---|
Accept ( RabbitDelivery delivery ) : void |
The accept.
|
|
Bind ( |
The bind.
|
|
BuildCancellableConsumer ( |
The build cancellable consumer.
|
|
BuildQueueingConsumer ( ) : QueueingBasicConsumer |
The build queueing consumer.
|
|
Declare ( Contour.Transport.RabbitMQ.Topology.Exchange exchange ) : void |
The declare.
|
|
Declare ( |
The declare.
|
|
DeclareDefaultQueue ( ) : string |
The declare default queue.
|
|
Dispose ( ) : void |
The dispose.
|
|
EnablePublishConfirmation ( ) : void |
Enable publish confirmation.
|
|
GetNextSeqNo ( ) : ulong |
Get next seq no.
|
|
OnConfirmation ( ConfirmationHandler handleConfirmation ) : void |
The on confirmation.
|
|
Publish ( IRoute route, IMessage message, Action |
The publish.
|
|
RabbitChannel ( |
Инициализирует новый экземпляр класса RabbitChannel.
|
|
Reject ( RabbitDelivery delivery, bool requeue ) : void |
The reject.
|
|
Reply ( IMessage message, RabbitRoute replyTo, string correlationId ) : void |
The reply.
|
|
RequestPublish ( QoSParams qos ) : void |
The request publish.
|
|
SetQos ( QoSParams qos ) : void |
The set qos.
|
|
StartConsuming ( IListeningSource listeningSource, bool requireAccept, IBasicConsumer consumer ) : string |
The start consuming.
|
|
StopConsuming ( string consumerTag ) : void |
The stop consuming.
|
|
TryStopConsuming ( string consumerTag ) : bool |
The try stop consuming.
|
|
UnpackAs ( |
The unpack as.
|
메소드 | 설명 | |
---|---|---|
SafeNativeInvoke ( Action |
The safe native invoke.
|
public Accept ( RabbitDelivery delivery ) : void | ||
delivery | RabbitDelivery | /// The delivery. /// |
리턴 | void |
public Bind ( |
||
queue | /// The queue. /// | |
exchange | Contour.Transport.RabbitMQ.Topology.Exchange | /// The exchange. /// |
routingKey | string | /// The routing key. /// |
리턴 | void |
public BuildCancellableConsumer ( |
||
cancellationToken | /// The cancellation token. /// | |
리턴 | Contour.Transport.RabbitMQ.Internal.CancellableQueueingConsumer |
public BuildQueueingConsumer ( ) : QueueingBasicConsumer | ||
리턴 | QueueingBasicConsumer |
public Declare ( Contour.Transport.RabbitMQ.Topology.Exchange exchange ) : void | ||
exchange | Contour.Transport.RabbitMQ.Topology.Exchange | /// The exchange. /// |
리턴 | void |
public Declare ( |
||
queue | /// The queue. /// | |
리턴 | void |
public OnConfirmation ( ConfirmationHandler handleConfirmation ) : void | ||
handleConfirmation | ConfirmationHandler | /// The handle confirmation. /// |
리턴 | void |
public Publish ( IRoute route, IMessage message, Action |
||
route | IRoute | /// The route. /// |
message | IMessage | /// The message. /// |
propsVisitor | Action |
/// The props visitor. /// |
리턴 | void |
public RabbitChannel ( |
||
bus | /// The bus. /// | |
native | IModel | /// The native. /// |
리턴 | System |
public Reject ( RabbitDelivery delivery, bool requeue ) : void | ||
delivery | RabbitDelivery | /// The delivery. /// |
requeue | bool | /// The requeue. /// |
리턴 | void |
public Reply ( IMessage message, RabbitRoute replyTo, string correlationId ) : void | ||
message | IMessage | /// The message. /// |
replyTo | RabbitRoute | /// The reply to. /// |
correlationId | string | /// The correlation id. /// |
리턴 | void |
public RequestPublish ( QoSParams qos ) : void | ||
qos | QoSParams | /// The qos. /// |
리턴 | void |
public StartConsuming ( IListeningSource listeningSource, bool requireAccept, IBasicConsumer consumer ) : string | ||
listeningSource | IListeningSource | /// The listening source. /// |
requireAccept | bool | /// The require accept. /// |
consumer | IBasicConsumer | /// The consumer. /// |
리턴 | string |
public StopConsuming ( string consumerTag ) : void | ||
consumerTag | string | /// The consumer tag. /// |
리턴 | void |
public TryStopConsuming ( string consumerTag ) : bool | ||
consumerTag | string | /// The consumer tag. /// |
리턴 | bool |
public UnpackAs ( |
||
type | /// The type. /// | |
delivery | RabbitDelivery | /// The delivery. /// |
리턴 | IMessage |