Breaker instances having any combination of the following features:
automatic reset after a configured period of time has passed since the last failure
configurable state storage, for example for use with a distributed map implementation
These features are optional; by default instances will be created with none of them.Breaker can use.Map to store its state.StateStore to store its state.TimeSource instance to track time elapsed since last failure.Copyright © 2019. All rights reserved.