eligius
    Preparing search index...

    Variable broadcastEventConst

    broadcastEvent: TOperation<
        IBroadcastEventOperationData,
        Omit<
            IBroadcastEventOperationData,
            "eventArgs"
            | "eventTopic"
            | "eventName",
        >,
    > = ...

    This operation broadcasts the given event through the eventbus, along with the event arguments and optional event topic.