Package io.github.resilience4j.core
Interface RegistryStore<E>
- All Known Implementing Classes:
InMemoryRegistryStore
public interface RegistryStore<E>
-
Method Summary
-
Method Details
-
computeIfAbsent
-
putIfAbsent
-
find
-
remove
-
replace
-
values
Collection<E> values()
-