Ice._HeartbeatCallbackOperationsNC Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.4
//
//
//
// Generated from file `Connection.ice'
//
// Warning: do not edit this file.
//
//
//
package Ice;
/**
* An application can implement this interface to receive notifications when
* a connection receives a heartbeat message.
*
* @see Connection#setHeartbeatCallback
*
**/
public interface _HeartbeatCallbackOperationsNC
{
/**
* This method is called by the the connection when a heartbeat is
* received from the peer.
*
* @param con The connection on which a heartbeat was received.
**/
void heartbeat(Connection con);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy