Package | Description |
---|---|
com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient ). |
com.solacesystems.solclientj.core.handle |
Handles for wrapping the various concepts managed in the messaging API.
|
Modifier and Type | Method and Description |
---|---|
static TopicEndpoint |
Solclient.Allocator.newTopicEndpoint(java.lang.String topicEndpointName)
Creates a representation of Durable Topic Endpoint (DTE)
TopicEndpoint in the API, having the given topicEndpointName, but no
set
Endpoint.PROPERTIES . |
static TopicEndpoint |
Solclient.Allocator.newTopicEndpoint(java.lang.String topicEndpointName,
java.lang.String[] endpointProperties)
Creates a representation of Durable Topic Endpoint (DTE)
TopicEndpoint in the API, having the given topicEndpointName and
Endpoint.PROPERTIES . |
Modifier and Type | Method and Description |
---|---|
TopicEndpoint |
SessionHandle.createNonDurableTopicEndpoint()
Creates a non-durable Topic Endpoint (with auto generated name).
|
TopicEndpoint |
SessionHandle.createNonDurableTopicEndpoint(java.lang.String name)
Creates a non-durable Topic Endpoint with the given name.
|
TopicEndpoint |
SessionHandle.createNonDurableTopicEndpoint(java.lang.String[] endpointProperties)
Creates a non-durable Topic Endpoint (with auto generated name).
|
TopicEndpoint |
SessionHandle.createNonDurableTopicEndpoint(java.lang.String name,
java.lang.String[] endpointProperties)
Creates a non-durable Topic Endpoint with the given name.
|
Modifier and Type | Method and Description |
---|---|
int |
SessionHandle.unsubscribe(TopicEndpoint topicEndpoint,
long correlationKey)
Unsubscribes from a durable Topic Endpoint.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.