C# 클래스 MassTransit.HttpTransport.Specifications.HttpReceiveEndpointSpecification

상속: ReceiveEndpointSpecification, IHttpReceiveEndpointConfigurator, IBusFactorySpecification
파일 보기 프로젝트 열기: MassTransit/MassTransit 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( IBusBuilder builder ) : void
HttpReceiveEndpointSpecification ( IHttpHost host, string pathMatch, IConsumePipe consumePipe = null ) : System
Validate ( ) : IEnumerable

보호된 메소드들

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

메소드 상세

Apply() 공개 메소드

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

GetDeadLetterAddress() 보호된 메소드

protected GetDeadLetterAddress ( ) : Uri
리턴 System.Uri

GetErrorAddress() 보호된 메소드

protected GetErrorAddress ( ) : Uri
리턴 System.Uri

GetInputAddress() 보호된 메소드

protected GetInputAddress ( ) : Uri
리턴 System.Uri

HttpReceiveEndpointSpecification() 공개 메소드

public HttpReceiveEndpointSpecification ( IHttpHost host, string pathMatch, IConsumePipe consumePipe = null ) : System
host IHttpHost
pathMatch string
consumePipe IConsumePipe
리턴 System

Validate() 공개 메소드

public Validate ( ) : IEnumerable
리턴 IEnumerable