See: Description
Interface | Description |
---|---|
Metrics |
This feature allows a client to configure metric collectors.
|
Metrics.Builder<B extends Metrics.Builder<B>> |
Common interface for metric collector builders.
|
Metrics.MetricCollector |
The common base interface for metric collectors.
|
Metrics.SessionMetricCollector |
The definition of a session metric collector.
|
Metrics.SessionMetricCollector.Builder |
A session metric collector builder.
|
Metrics.TopicMetricCollector |
The definition of a topic metric collector.
|
Metrics.TopicMetricCollector.Builder |
A topic metric collector builder.
|
RemoteServers |
This feature allows a client session to manage remote servers.
|
RemoteServers.CheckRemoteServerResult |
Result returned from a
RemoteServers.checkRemoteServer(java.lang.String) invocation. |
RemoteServers.RemoteServer |
Interface for a Remote Server specification.
|
RemoteServers.RemoteServer.Builder |
A remote server builder.
|
Enum | Description |
---|---|
RemoteServers.CheckRemoteServerResult.ConnectionState |
Represents the current connection state of the remote server.
|
RemoteServers.RemoteServer.ConnectionOption |
Connection option key.
|
Exception | Description |
---|---|
RemoteServers.RemoteServerExistsException |
Exception thrown when an attempt has been made to create a remote server
when one with the same name is already defined.
|
RemoteServers.RemoteServerOptionsException |
Exception thrown when one or more of the options specified when creating
a remote server have been found to be invalid.
|
This package provides the control features that allow a client
Session
to
perform control functions.
A control feature
represents a unit of functionality that is available to use within a
client
session
. A
feature may be obtained from a session using the
feature
method specifying the feature class. For example:
TopicControl topicControl = session.feature(TopicControl.class);
Copyright © 2022 Push Technology Ltd. All Rights Reserved.