C# 클래스 amp.rabbit.RabbitEnvelopeDispatcher

상속: IEnvelopeDispatcher
파일 보기 프로젝트 열기: Berico-Technologies/AMP 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_channel IModel
_deliveryTag ulong
_log ILog
_registration IRegistration

공개 메소드들

메소드 설명
Dispatch ( ) : void
Dispatch ( Envelope env ) : void
Fail ( Exception ex ) : void
RabbitEnvelopeDispatcher ( IRegistration registration, Envelope envelope, IModel channel, ulong deliveryTag ) : System

보호된 메소드들

메소드 설명
RespondToMessage ( object maybeNull ) : void

메소드 상세

Dispatch() 공개 메소드

public Dispatch ( ) : void
리턴 void

Dispatch() 공개 메소드

public Dispatch ( Envelope env ) : void
env Envelope
리턴 void

Fail() 공개 메소드

public Fail ( Exception ex ) : void
ex System.Exception
리턴 void

RabbitEnvelopeDispatcher() 공개 메소드

public RabbitEnvelopeDispatcher ( IRegistration registration, Envelope envelope, IModel channel, ulong deliveryTag ) : System
registration IRegistration
envelope Envelope
channel IModel
deliveryTag ulong
리턴 System

RespondToMessage() 보호된 메소드

protected RespondToMessage ( object maybeNull ) : void
maybeNull object
리턴 void

프로퍼티 상세

_channel 보호되어 있는 프로퍼티

protected IModel _channel
리턴 IModel

_deliveryTag 보호되어 있는 프로퍼티

protected ulong _deliveryTag
리턴 ulong

_log 보호되어 있는 프로퍼티

protected ILog _log
리턴 ILog

_registration 보호되어 있는 프로퍼티

protected IRegistration _registration
리턴 IRegistration