Class GrpcServerService

  • All Implemented Interfaces:
    org.jboss.msc.Service

    public class GrpcServerService
    extends Object
    implements org.jboss.msc.Service
    • Field Detail

      • SERVICE_NAME

        public static final org.jboss.msc.service.ServiceName SERVICE_NAME
    • Method Detail

      • install

        public static void install​(org.jboss.msc.service.ServiceTarget serviceTarget,
                                   org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
                                   Map<String,​String> serviceClasses,
                                   ClassLoader classLoader)
                            throws Exception
        Throws:
        Exception
      • start

        public void start​(org.jboss.msc.service.StartContext context)
        Specified by:
        start in interface org.jboss.msc.Service
      • stop

        public void stop​(org.jboss.msc.service.StopContext context)
        Specified by:
        stop in interface org.jboss.msc.Service