C# 클래스 MassTransit.RabbitMqTransport.Integration.RabbitMqModelCache

Caches the models for sending that have already been created, so that the model is retained and configured using an existing connection
상속: IModelCache
파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
Close ( ) : Task
RabbitMqModelCache ( IRabbitMqHost host ) : System
Send ( IPipe connectionPipe, CancellationToken cancellationToken ) : Task

비공개 메소드들

메소드 설명
CloseScope ( ) : Task
SendUsingExistingModel ( IPipe modelPipe, ModelScope scope, CancellationToken cancellationToken ) : Task
SendUsingNewModel ( IPipe modelPipe, ModelScope scope, CancellationToken cancellationToken ) : Task

메소드 상세

Close() 공개 메소드

public Close ( ) : Task
리턴 Task

RabbitMqModelCache() 공개 메소드

public RabbitMqModelCache ( IRabbitMqHost host ) : System
host IRabbitMqHost
리턴 System

Send() 공개 메소드

public Send ( IPipe connectionPipe, CancellationToken cancellationToken ) : Task
connectionPipe IPipe
cancellationToken System.Threading.CancellationToken
리턴 Task