|
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
.