C
- the context typeMethods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead.
@Deprecated public static interface SecurityStoreFeature.UpdateStoreContextCallback<C> extends ContextCallback<C>
updateStore
.
Attaches an arbitrary context object to callback notifications.
ContextCallback.Default<C>
Modifier and Type | Method and Description |
---|---|
void |
onRejected(C context,
Collection<ErrorReport> errors)
Deprecated.
The script was rejected.
|
void |
onSuccess(C context)
Deprecated.
The script was applied successfully.
|
onError
void onSuccess(C context)
context
- the context object supplied when making the callvoid onRejected(C context, Collection<ErrorReport> errors)
context
- the context object supplied when making the callerrors
- the detail of why the script was rejectedCopyright © 2024 DiffusionData Ltd. All Rights Reserved.