Interface Hl7v3ContinuationStorage
- All Known Implementing Classes:
EhcacheHl7v3ContinuationStorage
,SpringCacheHl7v3ContinuationStorage
public interface Hl7v3ContinuationStorage
- Author:
- Dmytro Rud
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getMessage
(String key) boolean
void
storeContinuationQuantity
(String key, int continuationQuantity) void
storeLastResultNumber
(String key, int lastResultNumber) void
storeMessage
(String key, String message)
-
Method Details
-
storeMessage
-
getMessage
-
storeLastResultNumber
-
getLastResultNumber
-
storeContinuationQuantity
-
getContinuationQuantity
-
remove
-