FudgeMsg heartbeatMsg = heartbeatEnvelope.getMessage();
messageReceived(heartbeatMsg);
}
public void messageReceived(FudgeMsg msg) {
Heartbeat heartbeat = Heartbeat.fromFudgeMsg(new FudgeDeserializer(_fudgeContext), msg);
s_logger.debug("Heartbeat received for: {}", heartbeat.getLiveDataSpecifications());
getActiveSecurityPublicationManager().extendPublicationTimeout(heartbeat.getLiveDataSpecifications());
}