Class InMemoryBootstrapStateStore

java.lang.Object
com.svenruppert.jsentinel.bootstrap.InMemoryBootstrapStateStore
All Implemented Interfaces:
BootstrapStateStore

@ExperimentalJSentinelApi public final class InMemoryBootstrapStateStore extends Object implements BootstrapStateStore
In-memory BootstrapStateStore backed by a ConcurrentHashMap keyed on TenantId.
  • Constructor Details

    • InMemoryBootstrapStateStore

      public InMemoryBootstrapStateStore()
      Creates an empty store.
  • Method Details