Interface EventStore
public interface EventStore
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDelete a blocked event.getBlockedEvents(int maxElements) boolean
-
Method Details
-
unblock
-
delete
Delete a blocked event.- Parameters:
eventId-- Returns:
trueif the event has been deleted.falseotherwise.
-
getBlockedEvents
-