protected static class PipelineExecutorTaskManagerImpl.TaskEntry extends Object
Modifier and Type | Method and Description |
---|---|
PipelineExecutorTaskImpl |
getTask() |
boolean |
isAsync() |
static PipelineExecutorTaskManagerImpl.TaskEntry |
newAsyncEntry(PipelineExecutorTaskImpl task) |
static PipelineExecutorTaskManagerImpl.TaskEntry |
newSyncEntry(PipelineExecutorTaskImpl task) |
public static PipelineExecutorTaskManagerImpl.TaskEntry newAsyncEntry(PipelineExecutorTaskImpl task)
public static PipelineExecutorTaskManagerImpl.TaskEntry newSyncEntry(PipelineExecutorTaskImpl task)
public PipelineExecutorTaskImpl getTask()
public boolean isAsync()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.