Interface PersistenceStorer.CreationObserver
- All Known Subinterfaces:
PersistenceLiveStorerRegistry
- All Known Implementing Classes:
PersistenceLiveStorerRegistry.Default
,PersistenceStorer.CreationObserver.Chaining
- Enclosing interface:
- PersistenceStorer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface PersistenceStorer.CreationObserver
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PersistenceStorer.CreationObserver.Chaining
-
Method Summary
Modifier and Type Method Description static PersistenceStorer.CreationObserver
Chain(PersistenceStorer.CreationObserver first, PersistenceStorer.CreationObserver second)
static void
noOp(PersistenceStorer storer)
void
observeCreatedStorer(PersistenceStorer storer)
-
Method Details
-
noOp
-
observeCreatedStorer
-
Chain
static PersistenceStorer.CreationObserver Chain(PersistenceStorer.CreationObserver first, PersistenceStorer.CreationObserver second)
-