ContextFn<C extends ProcessContext, K> typedef

ContextFn<C extends ProcessContext, K> = Future<K> Function(C context)

Callback method that recieves the process context to access the currently running instance.

Implementation

typedef ContextFn<C extends ProcessContext, K> = Future<K> Function(C context);