HookLookup procures the a hook lookup bundle for the wrapped job using the given job hook lookup bundle. Hooks are looked up by job args and otherwise not available to jobexecutor.
(lookup *hooklookup.JobHookLookup)
| 20 | // the given job hook lookup bundle. Hooks are looked up by job args and |
| 21 | // otherwise not available to jobexecutor. |
| 22 | HookLookup(lookup *hooklookup.JobHookLookup) hooklookup.HookLookupInterface |
| 23 | |
| 24 | Middleware() []rivertype.WorkerMiddleware |
| 25 | NextRetry() time.Time |
no outgoing calls
no test coverage detected