Interface IPollingAdapter
public interface IPollingAdapter
-
Method Summary
Modifier and TypeMethodDescriptionThe repository id (SeeIComplianceRepositoryInfo
).poll
(QueuedEvent event, ExtraDetails extraDetails) Execute poll logic for the given queued event.
-
Method Details
-
poll
Execute poll logic for the given queued event.- Parameters:
event
- the queued event to pollextraDetails
- the extra details related to the event- Returns:
- the compliance reply with the polling result
-
getComplianceRepositoryId
String getComplianceRepositoryId()The repository id (SeeIComplianceRepositoryInfo
).- Returns:
- the repository identifier as a String
-