T - the result returned by runC - the context passed to runpublic interface ResilientPatternAction<T,C>
SubmissionPattern. It is very
similar to the ResilientAction. The primary difference is that
the SubmissionPattern will pass a C context to the run method. The context
is the specific context for the SubmissionService this action
is being ran on.| Modifier and Type | Method and Description |
|---|---|
T |
run(C context) |
Copyright © 2014 Tim Brooks. All Rights Reserved.