public interface Endpoint
Endpoint
interface provides a Java representation of an endpoint description.
An object with this interface is used to describe all the characteristics of a physical
endpoint on the Solace appliance.Modifier and Type | Interface and Description |
---|---|
static class |
Endpoint.PROPERTIES
Defines properties used in endpoint provisioning (explicit and implicit
provisioning)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The name of the Endpoint.
|
boolean |
isDurable()
When false, the endpoint's life span is dependent on the flow that
creates the endpoint.
|
java.lang.String getName()
boolean isDurable()
Copyright 2004-2024 Solace Corporation. All rights reserved.