C# Класс ServiceStack.Discovery.Consul.HealthCheckService

Наследование: Service
Показать файл Открыть проект

Открытые методы

Метод Описание
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