Uses of Class
org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
Packages that use ProcessApplicationStartService
-
Uses of ProcessApplicationStartService in org.camunda.bpm.container.impl.jboss.service
Fields in org.camunda.bpm.container.impl.jboss.service with type parameters of type ProcessApplicationStartServiceModifier and TypeFieldDescriptionprotected final Consumer<ProcessApplicationStartService>
ProcessApplicationStartService.provider
Methods in org.camunda.bpm.container.impl.jboss.service that return ProcessApplicationStartServiceConstructor parameters in org.camunda.bpm.container.impl.jboss.service with type arguments of type ProcessApplicationStartServiceModifierConstructorDescriptionProcessApplicationStartService
(Collection<org.jboss.msc.service.ServiceName> deploymentServiceNames, org.jboss.jandex.AnnotationInstance postDeployDescription, org.jboss.jandex.AnnotationInstance preUndeployDescription, org.jboss.modules.Module paModule, Supplier<org.jboss.as.ee.component.ComponentView> paComponentViewSupplier, Supplier<ProcessApplicationInterface> noViewProcessApplication, Supplier<ProcessEngine> defaultProcessEngineSupplier, Supplier<BpmPlatformPlugins> platformPluginsSupplier, Consumer<ProcessApplicationStartService> provider)