Package com.inductiveautomation.ignition.common.messages
package com.inductiveautomation.ignition.common.messages
-
ClassDescriptionUsed by the redundancy manager to execute tasks on both redundant nodes, and to pass one-shot messages from the master to the backup.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.This is a message that can be passed through redundancy and will reflectively invoke a function on the far side.