public interface TopicEndpoint extends Endpoint
TopicEndpoint
interface can represent a guaranteed delivery topic endpoint on
the solace appliance as a Endpoint
for
a consumer flow (FlowHandle
).
A TopicEndpoint
object can be created with
Solclient.Allocator.newTopicEndpoint()
or
SessionHandle.createNonDurableTopicEndpoint()
.
When a TopicEndpoint
object is created, the characteristics of the appliance topic endpoint can be described by
Endpoint.PROPERTIES
.Endpoint.PROPERTIES
Copyright 2004-2024 Solace Corporation. All rights reserved.