Skip to content

MessageRouting

Enum | orca.core

Defines the routing strategy for messages sent to objects. This determines how messages propagate through the object hierarchy and which handlers are invoked.

Constants

Name Description
Bubbling Messages are bubbled up the hierarchy.
TunnelingBubbling Messages are first tunneled down the hierarchy and then bubbled up.
Tunneling Messages are tunneled down the hierarchy.
Direct Messages are sent directly to the target object.