Listen
Listen API: Configures and controls incoming network connections.
- listen.sockets
Sockets the Scheduler accepts incoming connections on.
- listen.applysocket
Set a socket to listen for incoming connections on.
- listen.removesocket
Remove a socket.
Description
Listen manages the push behaviour of the Scheduler.
In a push environment, schedules are sent to the Scheduler from the server. The connection from server to Scheduler is instigated by the server as needed.
Listen provides a means for configuring the Scheduler remotely.