@ApplicationScoped @Specializes public class VFSPipelineExecutorRegistry extends InMemoryPipelineExecutorRegistry
Modifier and Type | Field and Description |
---|---|
protected static String |
PIPELINE_EXECUTOR_REGISTRY_PATH |
protected static String |
TRACE_SUFFIX |
recordsMap
Constructor and Description |
---|
VFSPipelineExecutorRegistry() |
VFSPipelineExecutorRegistry(VFSRegistryHelper registryHelper) |
Modifier and Type | Method and Description |
---|---|
void |
deregister(String taskId) |
void |
init() |
void |
register(PipelineExecutorTrace trace) |
getExecutorTrace, getExecutorTrace, getExecutorTraces
protected static final String PIPELINE_EXECUTOR_REGISTRY_PATH
protected static final String TRACE_SUFFIX
public VFSPipelineExecutorRegistry()
@Inject public VFSPipelineExecutorRegistry(VFSRegistryHelper registryHelper)
@PostConstruct public void init()
public void register(PipelineExecutorTrace trace)
register
in interface PipelineExecutorRegistry
register
in class InMemoryPipelineExecutorRegistry
public void deregister(String taskId)
deregister
in interface PipelineExecutorRegistry
deregister
in class InMemoryPipelineExecutorRegistry
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.