public interface Connection
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the connection and cleanup resources
|
void |
connect(ConnectionConfig config)
Make the connection
|
void connect(ConnectionConfig config) throws ConnectException
ConnectException
void close() throws ConnectException
ConnectException
Copyright © 2020 WSO2. All rights reserved.