| Package | Description |
|---|---|
| com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient). |
| Modifier and Type | Method and Description |
|---|---|
static ContextHandle |
Solclient.Allocator.newContextHandle()
Allocates a new
ContextHandle, this is an "unbound" handle that can be used with
Solclient.createContextForHandle(). |
| Modifier and Type | Method and Description |
|---|---|
static int |
Solclient.createContextForHandle(ContextHandle in_out_contextHandle,
java.lang.String[] properties)
Allocates a new Context which will be bound to a given unbound
ContextHandle. |
Copyright 2004-2025 Solace Corporation. All rights reserved.