public interface AbstractProcedure
Modifier and Type | Interface and Description |
---|---|
static interface |
AbstractProcedure.Done<P extends AbstractProcedure> |
static interface |
AbstractProcedure.Result |
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getName() |
default int |
maxExecutionTime() |
default int |
retryDelay() |
default boolean |
retrySerial() |
default int |
retryTimes() |