Interface EventStore
public interface EventStore
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Delete a blocked event.getBlockedEvents
(int maxElements) boolean
-
Method Details
-
unblock
-
delete
Delete a blocked event.- Parameters:
eventId
-- Returns:
true
if the event has been deleted.false
otherwise.
-
getBlockedEvents
-