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 SessionFactory.OpenContextCallback<C> extends ContextCallback<C>
SessionFactory.OpenCallback
for use with
SessionFactory.open(String, Object, OpenContextCallback)
Attaches an arbitrary context object to callback notifications.
ContextCallback.Default<C>
Modifier and Type | Method and Description |
---|---|
void |
onOpened(C context,
Session session)
Deprecated.
Called when a session has been successfully opened.
|
onError
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.