Uses of Class
legolas.runtime.core.interfaces.RunningInstance
-
Packages that use RunningInstance Package Description legolas.runtime.core.interfaces -
-
Uses of RunningInstance in legolas.runtime.core.interfaces
Methods in legolas.runtime.core.interfaces with type parameters of type RunningInstance Modifier and Type Method Description <T extends RunningInstance>
Optional<T>RunningEnvironment. get(ServiceId id)Methods in legolas.runtime.core.interfaces that return RunningInstance Modifier and Type Method Description static RunningInstance<?>RunningInstance. create(ServiceId id, Configuration configuration)static <Reference>
RunningInstanceRunningInstance. create(ServiceId id, Configuration configuration, Reference reference)Methods in legolas.runtime.core.interfaces with parameters of type RunningInstance Modifier and Type Method Description RunningEnvironmentRunningEnvironment. add(RunningInstance instance)
-