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 classPersistenceStorer.CreationObserver.Chaining -
Method Summary
Modifier and Type Method Description static PersistenceStorer.CreationObserverChain(PersistenceStorer.CreationObserver first, PersistenceStorer.CreationObserver second)static voidnoOp(PersistenceStorer storer)voidobserveCreatedStorer(PersistenceStorer storer)
-
Method Details
-
noOp
-
observeCreatedStorer
-
Chain
static PersistenceStorer.CreationObserver Chain(PersistenceStorer.CreationObserver first, PersistenceStorer.CreationObserver second)
-