Table of Contents

Class MessageProcessorOutputWithResult<TResult>

Namespace
Tp.RabbitMq
Assembly
Tp.RabbitMq.dll
public class MessageProcessorOutputWithResult<TResult> : MessageProcessorOutput, IMessageProcessorOutputWithResult<TResult>, IMessageProcessorOutput where TResult : class

Type Parameters

TResult
Inheritance
MessageProcessorOutputWithResult<TResult>
Implements
Inherited Members

Constructors

MessageProcessorOutputWithResult(Exception)

public MessageProcessorOutputWithResult(Exception exception)

Parameters

exception Exception

MessageProcessorOutputWithResult(Exception, bool)

public MessageProcessorOutputWithResult(Exception exception, bool ack)

Parameters

exception Exception
ack bool

MessageProcessorOutputWithResult(Exception, bool, bool)

public MessageProcessorOutputWithResult(Exception exception, bool nack, bool requeue)

Parameters

exception Exception
nack bool
requeue bool

MessageProcessorOutputWithResult(TResult)

public MessageProcessorOutputWithResult(TResult result)

Parameters

result TResult

Properties

Result

public TResult Result { get; }

Property Value

TResult