Uses of Class
io.axoniq.dataprotection.serialization.CachingSupplier
-
Packages that use CachingSupplier Package Description io.axoniq.dataprotection.serialization Light-weight version of the serialization functionality in Axon Framework. -
-
Uses of CachingSupplier in io.axoniq.dataprotection.serialization
Methods in io.axoniq.dataprotection.serialization that return CachingSupplier Modifier and Type Method Description static <T> CachingSupplier<T>CachingSupplier. of(Supplier<T> supplier)Factory method for aCachingSupplierthat delegates to the givensupplierwhen asked to supply a value.static <T> CachingSupplier<T>CachingSupplier. of(T value)Factory method for aCachingSupplierthat will supply the givenvalue.
-