Inspirel banner

Programming Distributed Systems with YAMI4

12.3.1 Incoming Connection

The incoming connection callback is invoked when there is a new connection established by some remote program. Incoming connection callbacks are installed at the listener level.

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

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