C# (CSharp) Spring.Messaging.Listener Пространство имен

Пространства имен

Spring.Messaging.Listener.Adapter

Классы

Имя Описание
DistributedTxMessageListenerContainerTests
MessageListenerAdapter Message listener adapter that delegates the handling of messages to target listener methods via reflection DynamicReflectionManager, with flexible message type conversion. Allows listener methods to operate on message content types, completely independent from the MSMQ API.
MultiThreadedNonTransactionalMessageListenerContainerTests
TransactionalMessageListenerContainer A MessageListenerContainer that uses local (non-DTC) based transactions. Exceptions are handled by instances of IMessageTransactionExceptionHandler.