Inspirel banner

Programming Distributed Systems with YAMI4

12.3.2 Incoming Connection Closing

The incoming connection closing callback is invoked when the channel is closed and is installed at the agent level.

In Ada the callback interface is defined in the YAMI.Core.Closed_Connection_Handlers package.

In C++ the callback signature is defined by closed_incoming_connection_function.