Class ListenerRegistry


  • public class ListenerRegistry
    extends Object
    A registry of listeners, and the services that are exposed via these listeners. This is not used directly by Undertow, but can be used by embedding applications to track listener metadata.
    Author:
    Stuart Douglas