onPropsChanged

open fun <P, S> onPropsChanged(old: P, new: P, state: S, proceed: (P, P, S) -> S, session: WorkflowInterceptor.WorkflowSession): S(source)

Intercepts calls to StatefulWorkflow.onPropsChanged.