Interface ContextSnapshotSupplier
-
public interface ContextSnapshotSupplierInterface for aSupplierofContextSnapshot.Merely an equivalent of the functional interface
java.util.Supplier<ContextSnapshot>in order to retain JDK 5 compatibility.- Author:
- Sjoerd Talsma
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextSnapshotget()Supply a snapshot.
-
-
-
Method Detail
-
get
ContextSnapshot get()
Supply a snapshot.The supplier interface itself makes no guarantees whether the snapshot is nullable or not.
- Returns:
- The context snapshot.
-
-