Optional
onError?: OnObserveError<TParameters, TContext>Callback function that will be called when the underlying Invokable
throws an error.
Optional
onFinally?: OnObserveFinally<TContext>Callback function that will be called when the underlying Invokable
throws an error or is successfully called.
Optional
onStart?: OnObserveStart<TParameters, TContext>Callback function that will be called when before the underlying Invokable
is called.
Optional
onSuccess?: OnObserveSuccess<TParameters, TReturn, TContext>Callback function that will be called when the underlying Invokable
is successfully called.
IMPORT_PATH:
"@daiso-tech/core/async"