public interface ExecutableRunner<C extends Context> extends CommandExecutor
| Modifier and Type | Method and Description | 
|---|---|
static ExecutableRunner<RequestContext> | 
create()  | 
static ExecutableRunner<RequestContext> | 
create(long startTime)  | 
C | 
createContext()  | 
<T> T | 
execute(Command<T> command,
       Context ctx)  | 
C | 
execute(Executable executable)  | 
C | 
execute(Executable executable,
       C ctx)  | 
executeC execute(Executable executable)
C execute(Executable executable, C ctx)
C createContext()
static ExecutableRunner<RequestContext> create()
static ExecutableRunner<RequestContext> create(long startTime)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.