public static class ResponderTask.Sequence<T extends ResponderTask.SuccessResult>
extends java.lang.Object
implements java.util.concurrent.Callable<T>
Constructor and Description |
---|
Sequence(java.util.concurrent.Callable<T> step1,
java.util.concurrent.Callable<T> step2) |
Modifier and Type | Method and Description |
---|---|
T |
call() |
public T call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<T extends ResponderTask.SuccessResult>
java.lang.Exception