C# 클래스 MassTransit.EndpointConfigurators.InMemoryReceiveEndpointSpecification

상속: ReceiveEndpointSpecification, IInMemoryReceiveEndpointConfigurator, IInMemoryReceiveEndpointSpecification
파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
Apply ( IInMemoryBusBuilder builder ) : void
InMemoryReceiveEndpointSpecification ( string queueName, IConsumePipe consumePipe = null ) : System

보호된 메소드들

메소드 설명
GetDeadLetterAddress ( ) : Uri
GetErrorAddress ( ) : Uri
GetInputAddress ( ) : Uri

메소드 상세

Apply() 공개 메소드

public Apply ( IInMemoryBusBuilder builder ) : void
builder IInMemoryBusBuilder
리턴 void

GetDeadLetterAddress() 보호된 메소드

protected GetDeadLetterAddress ( ) : Uri
리턴 System.Uri

GetErrorAddress() 보호된 메소드

protected GetErrorAddress ( ) : Uri
리턴 System.Uri

GetInputAddress() 보호된 메소드

protected GetInputAddress ( ) : Uri
리턴 System.Uri

InMemoryReceiveEndpointSpecification() 공개 메소드

public InMemoryReceiveEndpointSpecification ( string queueName, IConsumePipe consumePipe = null ) : System
queueName string
consumePipe IConsumePipe
리턴 System