DispatchOutcome$json top-level constant

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

Implementation

@$core.Deprecated('Use dispatchOutcomeDescriptor instead')
const DispatchOutcome$json = const {
  '1': 'DispatchOutcome',
  '2': const [
    const {'1': 'propagated_signal', '3': 1, '4': 1, '5': 11, '6': '.spine.core.MessageId', '8': const {}, '10': 'propagatedSignal'},
    const {'1': 'success', '3': 2, '4': 1, '5': 11, '6': '.spine.server.dispatch.Success', '8': const {}, '9': 0, '10': 'success'},
    const {'1': 'error', '3': 3, '4': 1, '5': 11, '6': '.spine.base.Error', '8': const {}, '9': 0, '10': 'error'},
    const {'1': 'interrupted', '3': 4, '4': 1, '5': 11, '6': '.spine.server.dispatch.Interruption', '8': const {}, '9': 0, '10': 'interrupted'},
    const {'1': 'ignored', '3': 5, '4': 1, '5': 11, '6': '.spine.server.dispatch.Ignore', '8': const {}, '9': 0, '10': 'ignored'},
    const {'1': 'sent_to_inbox', '3': 6, '4': 1, '5': 11, '6': '.spine.server.dispatch.InboxAddresses', '9': 0, '10': 'sentToInbox'},
    const {'1': 'published_to_remote', '3': 7, '4': 1, '5': 8, '9': 0, '10': 'publishedToRemote'},
    const {'1': 'no_targets_to_route', '3': 8, '4': 1, '5': 8, '9': 0, '10': 'noTargetsToRoute'},
  ],
  '7': const {},
  '8': const [
    const {'1': 'result'},
  ],
};