Namespace Silverback.Messaging.Producing
Classes
DefaultProduceStrategy
This is the default produce strategy, which immediately pushes to the message broker via the underlying library and according to the endpoint settings.
IntegrationBehaviorsSortIndexes
Contains the sort index constants of the default IBehavior added by Silverback.Integration.
KafkaMessageKeyInitializerProducerBehavior
Sets the Kafka key with the value from the properties decorated with the KafkaKeyMemberAttribute.
Interfaces
IProduceStrategy
The strategy used to produce the messages.
IProduceStrategyImplementation
The strategy used to produce the messages.