@adviser/cement - v0.0.0
    Preparing search index...

    Interface TriggerStats

    interface TriggerStats {
        request: ActionStat;
        encode: ActionStat;
        handlers: {
            handler: EventoHandler;
            total: ActionStat;
            validated: ActionStat;
            handled: ActionStat;
        }[];
        send: SendStat;
    }
    Index

    Properties

    request: ActionStat
    encode: ActionStat
    handlers: {
        handler: EventoHandler;
        total: ActionStat;
        validated: ActionStat;
        handled: ActionStat;
    }[]
    send: SendStat