Table of Contents

Interface IMessageProcessorOutput

Namespace
Tp.RabbitMq
Assembly
Tp.RabbitMq.dll
public interface IMessageProcessorOutput

Properties

Ack

bool Ack { get; }

Property Value

bool

Exception

Exception Exception { get; }

Property Value

Exception

Nack

bool Nack { get; }

Property Value

bool

Requeue

bool Requeue { get; }

Property Value

bool