Namespace MassTransit.Context
Classes
- PublishEndpointConverterCache
Caches the converters that allow a raw object to be published using the object's type through the generic Send method.
- ResponseEndpointConverterCache
Caches the converters that allow a raw object to be published using the object's type through the generic Send method.
- SendEndpointConverterCache
Caches the converters that allow a raw object to be published using the object's type through the generic Send method.
Interfaces
- PublishEndpointConverterCache.IPublishEndpointConverter
Calls the generic version of the IPublishEndpoint.Send method with the object's type