Interface IServicePinger<S>
-
public interface IServicePinger<S>
Interface of classes which know how to ping a specified remote service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ping(S service)
Pings specified service.
-
-
-
Method Detail
-
ping
void ping(S service)
Pings specified service. An exception is thrown if the service can not be reached.
-
-