-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
we should be able to do things like
context.getServiceTarget().addCapability(IO_WORKER_RUNTIME_CAPABILITY, workerService)
.setInitialMode(ServiceController.Mode.ON_DEMAND)
.install();
instead of longer version with figuring out service name etc.