[jboss-jira] [JBoss JIRA] (WFCORE-2363) Improve capability registration API
Tomaz Cerar (JIRA)
issues at jboss.org
Tue Mar 7 11:36:00 EST 2017
Tomaz Cerar created WFCORE-2363:
-----------------------------------
Summary: Improve capability registration API
Key: WFCORE-2363
URL: https://issues.jboss.org/browse/WFCORE-2363
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
we should be able to do things like
{code:java}
context.getServiceTarget().addCapability(IO_WORKER_RUNTIME_CAPABILITY, workerService)
.setInitialMode(ServiceController.Mode.ON_DEMAND)
.install();
{code}
instead of longer version with figuring out service name etc.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list