C# 클래스 EventStore.Core.Tests.Services.Transport.Http.HttpBootstrap

파일 보기 프로젝트 열기: EventStore/EventStore 1 사용 예제들

공개 메소드들

메소드 설명
RegisterPing ( HttpService service ) : void
RegisterStat ( HttpService service ) : void
Subscribe ( IBus bus, HttpService service ) : void
Unsubscribe ( IBus bus, HttpService service ) : void

메소드 상세

RegisterPing() 공개 정적인 메소드

public static RegisterPing ( HttpService service ) : void
service HttpService
리턴 void

RegisterStat() 공개 정적인 메소드

public static RegisterStat ( HttpService service ) : void
service HttpService
리턴 void

Subscribe() 공개 정적인 메소드

public static Subscribe ( IBus bus, HttpService service ) : void
bus IBus
service HttpService
리턴 void

Unsubscribe() 공개 정적인 메소드

public static Unsubscribe ( IBus bus, HttpService service ) : void
bus IBus
service HttpService
리턴 void