static OutboundConnection.Builder |
OutboundConnection.builder() |
|
OutboundConnection.Builder |
OutboundConnection.Builder.connectionAlias(String connectionAlias) |
Name of the connection.
|
OutboundConnection.Builder |
OutboundConnection.Builder.connectionId(String connectionId) |
Unique identifier of the connection.
|
OutboundConnection.Builder |
OutboundConnection.Builder.connectionMode(String connectionMode) |
The connection mode.
|
OutboundConnection.Builder |
OutboundConnection.Builder.connectionMode(ConnectionMode connectionMode) |
The connection mode.
|
default OutboundConnection.Builder |
OutboundConnection.Builder.connectionProperties(Consumer<ConnectionProperties.Builder> connectionProperties) |
Properties for the outbound connection.
|
OutboundConnection.Builder |
OutboundConnection.Builder.connectionProperties(ConnectionProperties connectionProperties) |
Properties for the outbound connection.
|
default OutboundConnection.Builder |
OutboundConnection.Builder.connectionStatus(Consumer<OutboundConnectionStatus.Builder> connectionStatus) |
Status of the connection.
|
OutboundConnection.Builder |
OutboundConnection.Builder.connectionStatus(OutboundConnectionStatus connectionStatus) |
Status of the connection.
|
default OutboundConnection.Builder |
OutboundConnection.Builder.localDomainInfo(Consumer<DomainInformationContainer.Builder> localDomainInfo) |
Information about the source (local) domain.
|
OutboundConnection.Builder |
OutboundConnection.Builder.localDomainInfo(DomainInformationContainer localDomainInfo) |
Information about the source (local) domain.
|
default OutboundConnection.Builder |
OutboundConnection.Builder.remoteDomainInfo(Consumer<DomainInformationContainer.Builder> remoteDomainInfo) |
Information about the destination (remote) domain.
|
OutboundConnection.Builder |
OutboundConnection.Builder.remoteDomainInfo(DomainInformationContainer remoteDomainInfo) |
Information about the destination (remote) domain.
|
OutboundConnection.Builder |
OutboundConnection.toBuilder() |
|