core/i_ctx library

Classes

HHCtxControlI
Interface for controlling hook execution and managing execution stages.
HHCtxData
Storage for runtime data that persists across hook executions.
HHCtxDirectAccessI
HHCtxI
Main context object passed to hooks. Provides access to payload, control flow, data storage, and direct database access.

Exceptions / Errors

HHCtrlException
Exception for controlling hook execution flow. Throw this to break early, skip operations, or modify return values.
HHRuntimeException
General runtime exception for HiveHook operations.