Interface Backend.ReferenceScanCallback

Enclosing interface:
Backend
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Backend.ReferenceScanCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(String realmId, String refName, long createdAtMicros)
    Called for each discovered reference and object-part ("item").
  • Method Details

    • call

      void call(@Nonnull String realmId, @Nonnull String refName, long createdAtMicros)
      Called for each discovered reference and object-part ("item").
      Parameters:
      realmId - the realm to which the item belongs
      refName - the reference name
      createdAtMicros - the timestamp in microseconds since (Unix) epoch at which the item was created in the database