Docs Menu

Docs HomeRealm

Interface SubscriptionSet.UpdateAsyncCallback

On this page

  • io.realm.mongodb.sync
  • Method Summary
  • Inherited Methods
  • Method Detail
  • onError
  • onSuccess

Implemented interfaces:

Enclosing class:

SubscriptionSet

Callback used when asynchronously updating a subscription set. If an exception is throwing during the update, all changes will be rolled back and the exception will be reported in onError() .

Modifier and Type
Method and Description
public void
onError (
)
public void
SubscriptionSet subscriptions
)
public void onError (
Throwable exception
)
public void onSuccess (
SubscriptionSet subscriptions
)
←  Interface SubscriptionSet.StateChangeCallbackInterface SubscriptionSet.UpdateCallback →
Share Feedback
© 2023 MongoDB, Inc.

About

  • Careers
  • Investor Relations
  • Legal Notices
  • Privacy Notices
  • Security Information
  • Trust Center
© 2023 MongoDB, Inc.