Uses of Class
io.zeebe.servicecontainer.impl.ServiceController
-
Packages that use ServiceController Package Description io.zeebe.servicecontainer.impl -
-
Uses of ServiceController in io.zeebe.servicecontainer.impl
Fields in io.zeebe.servicecontainer.impl declared as ServiceController Modifier and Type Field Description protected ServiceControllerServiceGroupReferenceImpl. referringServiceFields in io.zeebe.servicecontainer.impl with type parameters of type ServiceController Modifier and Type Field Description protected List<ServiceController>ServiceGroup. controllersMethods in io.zeebe.servicecontainer.impl that return ServiceController Modifier and Type Method Description ServiceControllerServiceEvent. getController()ServiceControllerServiceGroupReferenceImpl. getReferringService()Methods in io.zeebe.servicecontainer.impl that return types with arguments of type ServiceController Modifier and Type Method Description Collection<ServiceController>ServiceDependencyResolver. getControllers()List<ServiceController>ServiceGroup. getControllers()List<ServiceController>ServiceDependencyResolver. getRootServices()Methods in io.zeebe.servicecontainer.impl with parameters of type ServiceController Modifier and Type Method Description voidServiceGroup. addService(ServiceController controller)voidServiceGroup. removeService(ServiceController controller)Constructors in io.zeebe.servicecontainer.impl with parameters of type ServiceController Constructor Description ServiceEvent(ServiceEvent.ServiceEventType type, ServiceController controller)ServiceEvent(ServiceEvent.ServiceEventType type, ServiceController controller, Object payload)ServiceGroupReferenceImpl(ServiceController referringService, ServiceGroupReference injector, ServiceGroup group)
-