Interface BoottimeHandlerProvider


  • public interface BoottimeHandlerProvider
    Mechanism to plug in DeploymentUnitProcessor on boot time, e.g. Undertow HttpHandler. Passes on a reference to sets with enabled LoadMetrics and event handler adapters.
    Since:
    8.0
    Author:
    Radoslav Husar
    • Method Detail

      • performBoottime

        void performBoottime​(org.jboss.as.controller.OperationContext context,
                             Set<String> adapterNames,
                             Set<org.jboss.modcluster.load.metric.LoadMetric> enabledMetrics)
                      throws org.jboss.as.controller.OperationFailedException
        Throws:
        org.jboss.as.controller.OperationFailedException