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.
Callback interface for
Backend.scanBackend(ReferenceScanCallback, ObjScanCallback).-
Method Summary
-
Method Details
-
call
Called for each discovered reference and object-part ("item").- Parameters:
realmId- the realm to which the item belongsrefName- the reference namecreatedAtMicros- the timestamp in microseconds since (Unix) epoch at which the item was created in the database
-