Class EhcacheAsynchronyCorrelator<AuditDatasetType extends WsAuditDataset>
java.lang.Object
org.openehealth.ipf.commons.ihe.ws.correlation.JCacheAsynchronyCorrelator<AuditDatasetType>
org.openehealth.ipf.commons.ihe.ws.correlation.EhcacheAsynchronyCorrelator<AuditDatasetType>
- All Implemented Interfaces:
AsynchronyCorrelator<AuditDatasetType>
@Deprecated(forRemoval=true,
since="5.0.0")
public class EhcacheAsynchronyCorrelator<AuditDatasetType extends WsAuditDataset>
extends JCacheAsynchronyCorrelator<AuditDatasetType>
Deprecated, for removal: This API element is subject to removal in a future version.
JCache-based implementation of asynchronous message correlator.
- Author:
- Dmytro Rud
-
Field Summary
Fields inherited from interface org.openehealth.ipf.commons.ihe.ws.correlation.AsynchronyCorrelator
FORCE_CORRELATION
-
Constructor Summary
ConstructorsConstructorDescriptionEhcacheAsynchronyCorrelator
(javax.cache.Cache<String, Serializable> cache) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.openehealth.ipf.commons.ihe.ws.correlation.JCacheAsynchronyCorrelator
delete, getAuditDataset, getCorrelationKey, getMessageId, getServiceEndpointUri, storeAlternativeKeys, storeAuditDataset, storeCorrelationKey, storeServiceEndpointUri
-
Constructor Details
-
EhcacheAsynchronyCorrelator
Deprecated, for removal: This API element is subject to removal in a future version.
-