Methods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead.
@Deprecated public static interface SecurityStoreFeature.UpdateStoreCallback extends Callback
updateStore.Callback.Default| Modifier and Type | Method and Description |
|---|---|
void |
onRejected(Collection<ErrorReport> errors)
Deprecated.
The script was rejected.
|
void |
onSuccess()
Deprecated.
The script was applied successfully.
|
void onSuccess()
void onRejected(Collection<ErrorReport> errors)
errors - the detail of why the script was rejectedCopyright © 2025 DiffusionData Limited. All rights reserved.