Uses of Interface
com.consol.citrus.message.correlation.ObjectStore
-
Packages that use ObjectStore Package Description com.consol.citrus.message.correlation -
-
Uses of ObjectStore in com.consol.citrus.message.correlation
Methods in com.consol.citrus.message.correlation that return ObjectStore Modifier and Type Method Description ObjectStore<T>CorrelationManager. getObjectStore()Gets the object store implementation.Methods in com.consol.citrus.message.correlation with parameters of type ObjectStore Modifier and Type Method Description voidCorrelationManager. setObjectStore(ObjectStore<T> store)Sets the object store implementation
-