call
Back to Indexcall( reactorId: text method: text parameters: record)
call
effects allows a Reactor to call another Reactor.
Return Type
By default the effect will return the response from the Reactor method.
Handling Return Value
call
supports then
callback handler.
Example
from { method = args => call ( 'myReactor' 'myMethod' { myArgument = 'some value' } )}