Spring.Messaging.Nms.Listener.Adapter.MessageListenerAdapter.PostProcessProducer C# (CSharp) Méthode

PostProcessProducer() protected méthode

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.
Résultat void
        protected virtual void 	PostProcessProducer(IMessageProducer producer, IMessage response)
        {
            
        }
    }