C# 클래스 ServiceStack.Discovery.Consul.ConsulFeature

Enables remote service calls by dynamically looking up remote service url
상속: IPlugin
파일 보기 프로젝트 열기: MacLeanElectrical/servicestack-discovery-consul

Private Properties

프로퍼티 타입 설명
RegisterService void
UnRegisterService void

공개 메소드들

메소드 설명
ConsulFeature ( ConsulSettings settings = null ) : System

Enables service discovery using consul to resolve the correct url for a remote RequestDTO

Register ( IAppHost appHost ) : void

비공개 메소드들

메소드 설명
RegisterService ( IAppHost host ) : void
UnRegisterService ( IAppHost host = null ) : void

메소드 상세

ConsulFeature() 공개 메소드

Enables service discovery using consul to resolve the correct url for a remote RequestDTO
public ConsulFeature ( ConsulSettings settings = null ) : System
settings ConsulSettings
리턴 System

Register() 공개 메소드

public Register ( IAppHost appHost ) : void
appHost IAppHost
리턴 void