Namespace Silverback.Messaging.Outbound
Classes
IntegrationBehaviorsSortIndexes
Contains the sort index constants of the default IBehavior added by Silverback.Integration.
KafkaMessageKeyInitializerProducerBehavior
Sets the message key header with the value from the properties decorated with the KafkaKeyMemberAttribute. The header will be used by the KafkaProducer to set the actual message key.
RabbitRoutingKeyInitializerProducerBehavior
Sets the routing key header with the value from the property decorated with the RabbitRoutingKeyAttribute. The header will be used by the RabbitProducer to set the actual routing key.
Interfaces
IProduceStrategy
The strategy used to produce the messages.
IProduceStrategyImplementation
The strategy used to produce the messages.