public static interface RemoteServers.RemoteServer
Modifier and Type | Interface and Description |
---|---|
static interface |
RemoteServers.RemoteServer.Builder
A remote server builder.
|
static class |
RemoteServers.RemoteServer.ConnectionOption
Connection option key.
|
Modifier and Type | Method and Description |
---|---|
Map<RemoteServers.RemoteServer.ConnectionOption,String> |
getConnectionOptions()
Return the remote server connection options.
|
String |
getMissingTopicNotificationFilter()
Return the missing topic notification filter expression or null if
one has not been specified.
|
String |
getName()
Return the remote server name.
|
String |
getPrincipal()
Return the principal used for the remote server connection.
|
String |
getUrl()
Returns the url for connection to primary server.
|
String getName()
String getUrl()
String getPrincipal()
Map<RemoteServers.RemoteServer.ConnectionOption,String> getConnectionOptions()
String getMissingTopicNotificationFilter()
Copyright © 2022 Push Technology Ltd. All Rights Reserved.