Class MicroProfileOpenAPIServiceHandler

  • All Implemented Interfaces:
    Consumer<org.jboss.as.server.DeploymentProcessorTarget>, org.jboss.as.clustering.controller.ResourceServiceHandler

    public class MicroProfileOpenAPIServiceHandler
    extends Object
    implements org.jboss.as.clustering.controller.ResourceServiceHandler, Consumer<org.jboss.as.server.DeploymentProcessorTarget>
    Author:
    Paul Ferraro
    • Constructor Detail

      • MicroProfileOpenAPIServiceHandler

        public MicroProfileOpenAPIServiceHandler()
    • Method Detail

      • installServices

        public void installServices​(org.jboss.as.controller.OperationContext context,
                                    org.jboss.dmr.ModelNode model)
                             throws org.jboss.as.controller.OperationFailedException
        Specified by:
        installServices in interface org.jboss.as.clustering.controller.ResourceServiceHandler
        Throws:
        org.jboss.as.controller.OperationFailedException
      • removeServices

        public void removeServices​(org.jboss.as.controller.OperationContext context,
                                   org.jboss.dmr.ModelNode model)
                            throws org.jboss.as.controller.OperationFailedException
        Specified by:
        removeServices in interface org.jboss.as.clustering.controller.ResourceServiceHandler
        Throws:
        org.jboss.as.controller.OperationFailedException
      • accept

        public void accept​(org.jboss.as.server.DeploymentProcessorTarget target)
        Specified by:
        accept in interface Consumer<org.jboss.as.server.DeploymentProcessorTarget>