Ice 3.7 Slice API Reference
Operations | List of all members
Ice::HeartbeatCallback Local Interface Reference

An application can implement this interface to receive notifications when a connection receives a heartbeat message. More...

defined in <Ice/Connection.ice>

["delegate"]
local interface HeartbeatCallback { ... }

Operations

void heartbeat (Connection con)
 This method is called by the the connection when a heartbeat is received from the peer. More...
 

Detailed Description

An application can implement this interface to receive notifications when a connection receives a heartbeat message.

See also
Connection::setHeartbeatCallback

Operation Documentation

◆ heartbeat()

["swift:noexcept"]
void heartbeat ( Connection  con)

This method is called by the the connection when a heartbeat is received from the peer.

Parameters
conThe connection on which a heartbeat was received.

The documentation for this interface was generated from the following file: