Interface FDBClientLogEvents.EventConsumer

All Superinterfaces:
FDBClientLogEvents.AsyncConsumer<FDBClientLogEvents.Event>
All Known Implementing Classes:
DatabaseClientLogEvents.EventRunner
Enclosing class:
FDBClientLogEvents

public static interface FDBClientLogEvents.EventConsumer extends FDBClientLogEvents.AsyncConsumer<FDBClientLogEvents.Event>
Event callback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Determine whether to continue processing events.

    Methods inherited from interface com.apple.foundationdb.clientlog.FDBClientLogEvents.AsyncConsumer

    accept
  • Method Details

    • more

      default boolean more()
      Determine whether to continue processing events.
      Returns:
      true if more events should be processed