SYMBOL INDEX (75 symbols across 28 files) FILE: EventFlow.Example/Aggregates/CommandHandlers/ExampleCommandHandler.cs class ExampleCommandHandler (line 13) | public class ExampleCommandHandler : method ExampleCommandHandler (line 18) | public ExampleCommandHandler(IJobScheduler jobScheduler) method ExecuteCommandAsync (line 23) | public override async Task ExecuteCommandAsync( FILE: EventFlow.Example/Aggregates/CommandHandlers/ResetCommandHandler.cs class ResetCommandHandler (line 10) | public class ResetCommandHandler : CommandHandler ExecuteCommandAsync( FILE: EventFlow.Example/Aggregates/Commands/ExampleCommand.cs class ExampleCommand (line 7) | public class ExampleCommand : Command PublishAsync CreateSnapshotAsync(Cancellat... method LoadSnapshotAsync (line 39) | protected override Task LoadSnapshotAsync(ExampleSnaphost snapshot, IS... method SetMagicNumer (line 51) | public IExecutionResult SetMagicNumer(int magicNumber) method ResetMagicNumber (line 58) | public IExecutionResult ResetMagicNumber() method Apply (line 68) | public void Apply(ExampleEvent aggregateEvent) method Apply (line 75) | public void Apply(ResetEvent aggregateEvent) FILE: EventFlow.Example/Aggregates/ReadModels/ExampleReadModel.cs class ExampleReadModel (line 9) | public class ExampleReadModel : method Apply (line 15) | public void Apply( FILE: EventFlow.Example/Aggregates/Sagas/Events/ExampleSagaCompletedEvent.cs class ExampleSagaCompletedEvent (line 6) | [EventVersion("example_saga_completed", 1)] method ExampleSagaCompletedEvent (line 9) | public ExampleSagaCompletedEvent() FILE: EventFlow.Example/Aggregates/Sagas/Events/ExampleSagaStartedEvent.cs class ExampleSagaStartedEvent (line 6) | [EventVersion("example_saga_started", 1)] method ExampleSagaStartedEvent (line 9) | public ExampleSagaStartedEvent(int magicNumber) FILE: EventFlow.Example/Aggregates/Sagas/ExampleSaga.cs class ExampleSaga (line 13) | public class ExampleSaga : AggregateSaga, ISagaId method ExampleSagaId (line 8) | public ExampleSagaId(string value) : base(value) FILE: EventFlow.Example/Aggregates/Sagas/SagaExtension.cs class SagaExtension (line 7) | public static class SagaExtension method ConfigureSagas (line 9) | public static IEventFlowOptions ConfigureSagas(this IEventFlowOptions ... FILE: EventFlow.Example/Aggregates/Sagas/SagaLocator.cs class OrderSagaLocator (line 8) | public class OrderSagaLocator : ISagaLocator method LocateSagaAsync (line 10) | public Task LocateSagaAsync( FILE: EventFlow.Example/Aggregates/Snapshots/ExampleSnapshot.cs class ExampleSnaphost (line 8) | [Serializable] method ExampleSnaphost (line 19) | public ExampleSnaphost(int? magicNumber, FILE: EventFlow.Example/Aggregates/Snapshots/ExampleSnapshotVersion.cs type ExampleSnapshotVersion (line 3) | public enum ExampleSnapshotVersion FILE: EventFlow.Example/Aggregates/Subscribers/ExampleSyncSubscriber.cs class ExampleSyncSubscriber (line 10) | public class ExampleSyncSubscriber : ISubscribeSynchronousTo