EventContext$json top-level constant

  1. @Deprecated('Use eventContextDescriptor instead')
Map<String, Object> const EventContext$json

Implementation

@$core.Deprecated('Use eventContextDescriptor instead')
const EventContext$json = const {
  '1': 'EventContext',
  '2': const [
    const {'1': 'timestamp', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': const {}, '10': 'timestamp'},
    const {
      '1': 'command_context',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.spine.core.CommandContext',
      '8': const {'3': true},
      '9': 0,
      '10': 'commandContext',
    },
    const {
      '1': 'event_context',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.spine.core.EventContext',
      '8': const {'3': true},
      '9': 0,
      '10': 'eventContext',
    },
    const {'1': 'past_message', '3': 14, '4': 1, '5': 11, '6': '.spine.core.Origin', '8': const {}, '9': 0, '10': 'pastMessage'},
    const {'1': 'import_context', '3': 11, '4': 1, '5': 11, '6': '.spine.core.ActorContext', '8': const {}, '9': 0, '10': 'importContext'},
    const {
      '1': 'command_id',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.spine.core.CommandId',
      '8': const {'3': true},
      '9': 1,
      '10': 'commandId',
    },
    const {
      '1': 'event_id',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.spine.core.EventId',
      '8': const {'3': true},
      '9': 1,
      '10': 'eventId',
    },
    const {
      '1': 'root_command_id',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.spine.core.CommandId',
      '8': const {'3': true},
      '10': 'rootCommandId',
    },
    const {'1': 'producer_id', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Any', '8': const {}, '10': 'producerId'},
    const {'1': 'version', '3': 4, '4': 1, '5': 11, '6': '.spine.core.Version', '8': const {}, '10': 'version'},
    const {'1': 'enrichment', '3': 5, '4': 1, '5': 11, '6': '.spine.core.Enrichment', '10': 'enrichment'},
    const {'1': 'external', '3': 8, '4': 1, '5': 8, '8': const {}, '10': 'external'},
    const {'1': 'rejection', '3': 10, '4': 1, '5': 11, '6': '.spine.core.RejectionEventContext', '10': 'rejection'},
  ],
  '7': const {},
  '8': const [
    const {'1': 'origin'},
    const {'1': 'origin_id'},
  ],
  '9': const [
    const {'1': 7, '2': 8},
  ],
  '10': const ['rejection_context'],
};