Namespace Silverback.Messaging
Classes
ConsumerEndpoint
Represents a message broker endpoint to consume from (such as a Kafka topic or RabbitMQ queue or exchange).
Endpoint
Represents a message broker endpoint to connect to (such as a Kafka topic or RabbitMQ queue or exchange).
EndpointConfigurationException
The exception that is thrown when the endpoint configuration is not valid.
KafkaConsumerEndpoint
Represents a topic to consume from.
KafkaProducerEndpoint
Represents a topic to produce to.
MqttConsumerEndpoint
Represents a topic to consume from.
MqttProducerEndpoint
Represents a topic to produce to.
ProducerEndpoint
Represents a message broker endpoint to produce to (such as a Kafka topic or RabbitMQ queue or exchange).
RabbitConsumerEndpoint
Represents a queue or exchange to consume from.
RabbitExchangeConsumerEndpoint
Represents an exchange to consume from.
RabbitExchangeProducerEndpoint
Represents an exchange to produce to.
RabbitProducerEndpoint
Represents a queue or exchange to produce to.
RabbitQueueConsumerEndpoint
Represents a queue to consume from.
RabbitQueueProducerEndpoint
Represents a queue to produce to.
Interfaces
IConsumerEndpoint
Represents a message broker endpoint to consume from (such as a Kafka topic or RabbitMQ queue or exchange).
IEndpoint
Represents a message broker endpoint to connect to (such as a Kafka topic or RabbitMQ queue or exchange).
IProducerEndpoint
Represents a message broker endpoint to produce to (such as a Kafka topic or RabbitMQ queue or exchange).
IRawMessageTransformer
The base class for all services that transform the inbound or outbound raw binary.