Interface Pinger
-
- All Known Implementing Classes:
RpcPing
public interface Pinger
Send a ping and ensure that the pong is propagated to the ponghandler. Should not wait as this should be done in parallel on all nodes.- Author:
- baldersheim
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ping()
-