Uses of Interface
org.guvnor.ala.pipeline.ConfigExecutor
-
Packages that use ConfigExecutor Package Description org.guvnor.ala.pipeline org.guvnor.ala.pipeline.execution org.guvnor.ala.pipeline.execution.impl -
-
Uses of ConfigExecutor in org.guvnor.ala.pipeline
Subinterfaces of ConfigExecutor in org.guvnor.ala.pipeline Modifier and Type Interface Description interfaceBiFunctionConfigExecutor<T,U,R>interfaceFunctionConfigExecutor<T,R> -
Uses of ConfigExecutor in org.guvnor.ala.pipeline.execution
Method parameters in org.guvnor.ala.pipeline.execution with type arguments of type ConfigExecutor Modifier and Type Method Description voidPipelineExecutor. init(Collection<ConfigExecutor> configExecutors)Constructor parameters in org.guvnor.ala.pipeline.execution with type arguments of type ConfigExecutor Constructor Description PipelineExecutor(Collection<ConfigExecutor> configExecutors) -
Uses of ConfigExecutor in org.guvnor.ala.pipeline.execution.impl
Method parameters in org.guvnor.ala.pipeline.execution.impl with type arguments of type ConfigExecutor Modifier and Type Method Description protected PipelineExecutorPipelineExecutorTaskManagerImplHelper. newPipelineExecutor(Collection<ConfigExecutor> configs)added for testing/internal purposes, interested parties must use createPipelineExecutor()Constructor parameters in org.guvnor.ala.pipeline.execution.impl with type arguments of type ConfigExecutor Constructor 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)
-