public abstract class Registries
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Registries() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Registry<K,V> |
create() |
static <K,V> Registry<K,V> |
create(boolean useCache,
boolean cacheNotFound,
reactor.fn.Consumer<K> onNotFound) |