Interface ListenConnector<M extends ListenManager>

    • Method Detail

      • createListenManager

        M createListenManager​(ConnectorContext context)
        Creates a new ListenManager instance using the provided ConnectorContext. A manager instance is created for each connection with associated ListenOperation instances. The manager will be started the first time a listener is started for the connection and stopped only when all of the listeners for that connection have been stopped.
        Parameters:
        context - contextual information about the container, connector, and connection
        Returns:
        the listen manager instance. must be non-null.