| Package | Description | 
|---|---|
| org.axonframework.serialization | 
 Classes related to message processing in Axon Framework. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> CachingSupplier<T> | 
CachingSupplier.of(Supplier<T> supplier)
Factory method for a  
CachingSupplier that delegates to the given supplier when asked to supply a
 value. | 
static <T> CachingSupplier<T> | 
CachingSupplier.of(T value)
Factory method for a  
CachingSupplier that will supply the given value. | 
Copyright © 2010–2018. All rights reserved.