Uses of Interface
com.google.cloud.firestore.BulkWriter.WriteErrorCallback
Packages that use BulkWriter.WriteErrorCallback
-
Uses of BulkWriter.WriteErrorCallback in com.google.cloud.firestore
Methods in com.google.cloud.firestore with parameters of type BulkWriter.WriteErrorCallbackModifier and TypeMethodDescriptionvoidBulkWriter.addWriteErrorListener(BulkWriter.WriteErrorCallback onError) Attaches an error handler listener that is run every time a BulkWriter operation fails.voidBulkWriter.addWriteErrorListener(Executor executor, BulkWriter.WriteErrorCallback onError) Attaches an error handler listener that is run every time a BulkWriter operation fails.