Interface Consumer<T>

All Known Implementing Classes:
AbstractEventConsumer, AlertPublisher

public interface Consumer<T>
  • Method Details

    • pollEvents

      List<T> pollEvents(long offset, long batchSize)
    • publishEvents

      void publishEvents(Map<ChangeEvent,Set<UUID>> events)
    • handleFailedEvent

      void handleFailedEvent(EventPublisherException e)
    • commit

      void commit(org.quartz.JobExecutionContext jobExecutionContext)