Namespace Silverback.Messaging.BinaryFiles
Classes
BinaryFileHandlerConsumerBehavior
Switches to the BinaryFileMessageSerializer if the message being consumed is a binary message (according to the x-message-type header).
BinaryFileHandlerProducerBehavior
Switches to the BinaryFileMessageSerializer if the message being produced implements the IBinaryFileMessage interface.
BinaryFileMessageSerializer
Handles the default implementation of IBinaryFileMessage. It's not really a serializer, since the raw binary content is transmitted as-is.
BinaryFileMessageSerializer<TModel>
Handles the IBinaryFileMessage. It's not really a serializer, since the raw binary content is transmitted as-is.