Carrot.Messages.ConsumingFailure.Reply C# (CSharp) Method

Reply() private method

private Reply ( IInboundChannel inboundChannel, IOutboundChannel outboundChannel, IFallbackStrategy fallbackStrategy ) : AggregateConsumingResult
inboundChannel IInboundChannel
outboundChannel IOutboundChannel
fallbackStrategy IFallbackStrategy
return AggregateConsumingResult
        internal override AggregateConsumingResult Reply(IInboundChannel inboundChannel,
                                                         IOutboundChannel outboundChannel,
                                                         IFallbackStrategy fallbackStrategy)
        {
            Message.Requeue(inboundChannel);
            return this;
        }