Package io.zeebe.servicecontainer.impl
Class ServiceDependencyResolver
- java.lang.Object
-
- io.zeebe.servicecontainer.impl.ServiceDependencyResolver
-
public class ServiceDependencyResolver extends Object
Stream processor tracking the dependencies of services.
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description ServiceDependencyResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<ServiceController>getControllers()List<ServiceController>getRootServices()voidonServiceEvent(ServiceEvent event)
-
-
-
Method Detail
-
onServiceEvent
public void onServiceEvent(ServiceEvent event)
-
getRootServices
public List<ServiceController> getRootServices()
-
getControllers
public Collection<ServiceController> getControllers()
-
-