Package | Description |
---|---|
com.pushtechnology.diffusion.client.session |
Client API : Sessions.
|
Modifier and Type | Method and Description |
---|---|
<C> void |
SessionFactory.open(C context,
SessionFactory.OpenContextCallback<C> callback)
Deprecated.
since 6.7
Methods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead. |
<C> void |
SessionFactory.open(String url,
C context,
SessionFactory.OpenContextCallback<C> callback)
Deprecated.
since 6.7
Methods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead. |
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.