Skip to main content

InvokeFn

Type Alias InvokeFn 

Source
pub type InvokeFn = fn(Box<dyn ExecutionContext>, Value) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'static>>;
Expand description

Invokes a registered task with execution context and JSON parameters.