Interface RedundancyMessageHandler<T>
public interface RedundancyMessageHandler<T>
Register an instance of this class using
RedundancyManager.addMessageHandler(java.lang.String, com.inductiveautomation.ignition.common.messages.RedundancyMessageHandler<?>)
Whever a message is received from the peer node (with the protocol string that is registered for this handler),
this handler will fire.-
Method Summary
-
Method Details
-
handle
- Throws:
Exception
-