Package de.aeb.xnsg.foundation.bf
Interface IDataFeedBF
@BusinessFacade
@MTOM
@StreamingAttachment(parseEagerly=true,
memoryThreshold=1048576L)
public interface IDataFeedBF
-
Method Summary
Modifier and TypeMethodDescriptionAcknowledge the processed published data feed parts retrieved withgetPublishedDataFeedParts(GetPublishedDataFeedPartsRequestDTO).
Remark: Its also possible to acknowledge with an older synchronization ID, which then in fact resets the synchronization to that point.Retrieve the data feed part content.Poll data about the next 10 published data feed parts.
-
Method Details
-
getPublishedDataFeedParts
GetPublishedDataFeedPartsResponseDTO getPublishedDataFeedParts(GetPublishedDataFeedPartsRequestDTO request) Poll data about the next 10 published data feed parts. This data contains an id, which can be used to download the content of a part
The content of individual data parts can be retrieved viagetDataFeedPartContent(GetDataFeedPartContentRequestDTO).- Parameters:
request-
-
acknowledgePublishedDataFeedParts
AcknowledgePublishedDataFeedPartsResponseDTO acknowledgePublishedDataFeedParts(AcknowledgePublishedDataFeedPartsRequestDTO request) Acknowledge the processed published data feed parts retrieved withgetPublishedDataFeedParts(GetPublishedDataFeedPartsRequestDTO).
Remark: Its also possible to acknowledge with an older synchronization ID, which then in fact resets the synchronization to that point. However, this is limited to typically the last 30 days, as synchronization information older than that is automatically removed.- Parameters:
request- containing the synchronization ID up to which all parts are acknowledged.
-
getDataFeedPartContent
Retrieve the data feed part content.- Parameters:
request-
-