Spring.Messaging.Nms.Listener.Adapter.MessageListenerAdapter.PostProcessProducer C# (CSharp) Метод

PostProcessProducer() защищенный Метод

Post-process the given message producer before using it to send the response. The default implementation is empty.
protected PostProcessProducer ( IMessageProducer producer, IMessage response ) : void
producer IMessageProducer The producer that will be used to send the message.
response IMessage The outgoing message about to be sent.
Результат void
        protected virtual void 	PostProcessProducer(IMessageProducer producer, IMessage response)
        {
            
        }
    }