Allows to create a BEEP listener optionally not registering it on vortex reader.
See vortex_listener_new_full for more details.
- Parameters:
-
| ctx | The context where the operation will be performed. |
| host | The host to listen on. |
| port | The port to listen on. |
| register_conn | axl_true makes the function to work like vortex_listener_new_full. Otherwise, axl_false makes the listener created to be not registered on vortex reader process. |
| on_ready_full | A optional callback to get a notification when vortex listener is ready to accept requests. |
| user_data | A user defined pointer to be passed in to on_ready handler. |
- Returns:
- The listener connection created, or NULL if the optional handler is provided (on_ready).
IMPORTANT NOTE:
All vortex_listener_new* functions have a common behavior which is reference returned is owned by the vortex engine. In this case, if the caller passes register_conn = axl_false makes the reference returned or notified to be owned by the caller.