Uses of Class
org.axonframework.conversion.CachingSupplier
Packages that use CachingSupplier
Package
Description
Classes related to message processing in Axon Framework.
-
Uses of CachingSupplier in org.axonframework.conversion
Methods in org.axonframework.conversion that return CachingSupplierModifier and TypeMethodDescriptionstatic <T> CachingSupplier<T> 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.