Package org.wildfly.extension.grpc
Class GrpcServerService
- java.lang.Object
-
- org.wildfly.extension.grpc.GrpcServerService
-
- All Implemented Interfaces:
org.jboss.msc.Service
public class GrpcServerService extends Object implements org.jboss.msc.Service
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.msc.service.ServiceNameSERVICE_NAME
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidinstall(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, Map<String,String> serviceClasses, ClassLoader classLoader)voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
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:
startin interfaceorg.jboss.msc.Service
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
-