Ejemplo n.º 1
0
        public PersistedEventSchedulerFactory(StateMachineHostOptions options)
        {
            Infra.NotNull(options.StorageProvider);

            _storageProvider = options.StorageProvider;
        }
Ejemplo n.º 2
0
 public StateMachineHostClusterContext(StateMachineHost stateMachineHost, StateMachineHostOptions options) : base(stateMachineHost, options, new PersistedEventSchedulerFactory(options)) =>