public interface EventStore
  • Method Details

    • unblock

      boolean unblock(String eventId)
    • delete

      boolean delete(String eventId)
      Delete a blocked event.
      Parameters:
      eventId -
      Returns:
      true if the event has been deleted. false otherwise.
    • getBlockedEvents

      Collection<BlockedEvent> getBlockedEvents(int maxElements)