Namespace Silverback.Messaging.Broker.Callbacks
Classes
BrokerCallbackInvocationException
The exception that wraps the exception thrown by a IBroker
Interfaces
IBrokerCallback
The marker interface implemented by all interfaces declaring the broker callbacks handlers.
IBrokerCallbacksInvoker
Used to invoke the registered IBroker
IEndpointsConfiguredCallback
Declares the On
IKafkaConsumerErrorCallback
Declares the On
IKafkaConsumerLogCallback
Declares the On
IKafkaConsumerStatisticsCallback
Declares the On
IKafkaOffsetCommittedCallback
Declares the On
IKafkaPartitionEofCallback
Declares the On
IKafkaPartitionsAssignedCallback
Declares the OnPartitionsAssigned(IReadOnlyCollection<TopicPartition>, KafkaConsumer) event handler.
IKafkaPartitionsRevokedCallback
Declares the OnPartitionsRevoked(IReadOnlyCollection<TopicPartitionOffset>, KafkaConsumer) event handler.
IKafkaProducerLogCallback
Declares the On
IKafkaProducerStatisticsCallback
Declares the On
IMqttClientConnectedCallback
Declares the On
IMqttClientDisconnectingCallback
Declares the On