Interface ComposedNotificationHandlerArgs

interface ComposedNotificationHandlerArgs {
    eTagHandler: ETagHandler;
    emitter: NotificationEmitter;
    generator: NotificationGenerator;
    serializer: NotificationSerializer;
}

Properties

eTagHandler: ETagHandler