C# Класс Wave.Consumers.PrimaryConsumer

Наследование: IConsumer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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