interface Subscription<T> {
    executionContext?: services.ModelEventQueue.ExecutionContext;
    messagePayload: T;
}

Type Parameters

  • T

Properties

messagePayload: T