C# 클래스 Wave.Consumers.PrimaryConsumer

상속: IConsumer
파일 보기 프로젝트 열기: ExpediaInc/WaveServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
ConsumeQueue ( ) : void

Blocks waiting for the transport to deliver messages to it forever

PrimaryConsumer ( IConfigurationContext configuration ) : System

비공개 메소드들

메소드 설명
PerformFilters ( Type messageType, object messageEnvelope, IHandlerResult handlerResult, IHandlerResult>.Func filterFunc ) : IHandlerResult

Invokes all chained filters in the order they were applied on the specified message

PerformHandler ( Type messageType, object messageEnvelope, int currentRetryCount ) : IHandlerResult

Invokes associated handler function for the specified message

ProcessMessage ( RawMessage message ) : IHandlerResult

Inbound message pipeline. Processes messages in this order: Message -> Filters -> Handler Failure at any stage causes the message to be retried

메소드 상세

ConsumeQueue() 공개 메소드

Blocks waiting for the transport to deliver messages to it forever
public ConsumeQueue ( ) : void
리턴 void

PrimaryConsumer() 공개 메소드

public PrimaryConsumer ( IConfigurationContext configuration ) : System
configuration IConfigurationContext
리턴 System