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