| Package | Description |
|---|---|
| org.guvnor.ala.pipeline.execution | |
| org.guvnor.ala.pipeline.execution.impl |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
PipelineExecutor.execute(Input input,
Pipeline pipeline,
Consumer<T> callback,
PipelineEventListener... eventListeners) |
| Modifier and Type | Field and Description |
|---|---|
protected PipelineEventListener |
PipelineExecutorTaskManagerImpl.localListener |
| Modifier and Type | Field and Description |
|---|---|
protected List<PipelineEventListener> |
PipelineExecutorTaskManagerImpl.externalListeners |
| Modifier and Type | Method and Description |
|---|---|
List<PipelineEventListener> |
PipelineExecutorTaskManagerImplHelper.createExternalListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineExecutorTaskManagerImplHelper.notifyExternalListeners(List<PipelineEventListener> externalListeners,
PipelineEvent event) |
| Constructor and Description |
|---|
PipelineExecutorTaskManagerImpl(PipelineRegistry pipelineRegistry,
javax.enterprise.inject.Instance<ConfigExecutor> configExecutorInstance,
javax.enterprise.inject.Instance<PipelineEventListener> pipelineEventListenerInstance,
PipelineExecutorRegistry pipelineExecutorRegistry) |
PipelineExecutorTaskManagerImplHelper(javax.enterprise.inject.Instance<ConfigExecutor> configExecutorInstance,
javax.enterprise.inject.Instance<PipelineEventListener> pipelineEventListenerInstance) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.