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

상속: Service
파일 보기 프로젝트 열기: MacLeanElectrical/servicestack-discovery-consul

공개 메소드들

메소드 설명
Get ( HealthCheck check ) : object

Provides a custom healthcheck endpoint for each service to configure

The healthcheck if specified at plugin registration is executed

Get ( Heartbeat heartbeat ) : object

Provides a simple heartbeat endpoint

The heartbeat is executed when this service is registered to obtain the baseUrl

메소드 상세

Get() 공개 메소드

Provides a custom healthcheck endpoint for each service to configure
The healthcheck if specified at plugin registration is executed
public Get ( HealthCheck check ) : object
check HealthCheck
리턴 object

Get() 공개 메소드

Provides a simple heartbeat endpoint
The heartbeat is executed when this service is registered to obtain the baseUrl
public Get ( Heartbeat heartbeat ) : object
heartbeat Heartbeat
리턴 object