Magek Framework
    Preparing search index...

    Interface Envelope

    An Envelope carries a command/event body together with the name of its class. This is important information for the Distributor to work. Each provider has to implement their own Envelope.

    interface Envelope {
        currentUser?: UserEnvelope;
        requestID: UUID;
        context?: ContextEnvelope;
    }

    Hierarchy (View Summary)

    Index

    Properties

    currentUser?: UserEnvelope
    requestID: UUID
    context?: ContextEnvelope