onEvent abstract method

void onEvent(
  1. OmegaFlowContext ctx
)

Implement the reaction to channel events (e.g. "auth.login.success"). Only called when the flow is running.

Implementation

void onEvent(OmegaFlowContext ctx);