C# 클래스 MassTransit.Context.PublishEndpointConverterCache

Caches the converters that allow a raw object to be published using the object's type through the generic Send method.
파일 보기 프로젝트 열기: MassTransit/MassTransit 1 사용 예제들

공개 메소드들

메소드 설명
Publish ( IPublishEndpoint endpoint, object message, Type messageType, CancellationToken cancellationToken = default(CancellationToken) ) : Task
Publish ( IPublishEndpoint endpoint, object message, Type messageType, IPipe pipe, CancellationToken cancellationToken = default(CancellationToken) ) : Task

비공개 메소드들

메소드 설명
CreateConverter ( Type type ) : IPublishEndpointConverter
CreateTypeConverter ( Type type ) : Lazy
this ( Type type ) : IPublishEndpointConverter

메소드 상세

Publish() 공개 정적인 메소드

public static Publish ( IPublishEndpoint endpoint, object message, Type messageType, CancellationToken cancellationToken = default(CancellationToken) ) : Task
endpoint IPublishEndpoint
message object
messageType System.Type
cancellationToken System.Threading.CancellationToken
리턴 Task

Publish() 공개 정적인 메소드

public static Publish ( IPublishEndpoint endpoint, object message, Type messageType, IPipe pipe, CancellationToken cancellationToken = default(CancellationToken) ) : Task
endpoint IPublishEndpoint
message object
messageType System.Type
pipe IPipe
cancellationToken System.Threading.CancellationToken
리턴 Task