Namespace MassTransit.Observables
Classes
- ConsumeObserverConverterCache
Caches the converters that allow a raw object to be published using the object's type through the generic Send method.
- ConsumeObserverConverter<T>
Converts the object message type to the generic type T and publishes it on the endpoint specified.
Interfaces
- IConsumeObserverConverter
Calls the generic version of the IPublishEndpoint.Send method with the object's type