Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-2363

Improve capability registration API

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 3.0.0.Beta10
    • None
    • Management
    • 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.

            tomazcerar Tomaž Cerar (Inactive)
            tomazcerar Tomaž Cerar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: