public interface ConnectionCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
after(Connection connection,
Alias alias,
Properties properties)
The callback function executed after connection is established.
|
TypedKeyValue<TypedKeyValue<Properties,Alias>,Boolean> |
before(Alias alias,
Properties properties)
The callback function executed before connection is established.
|
TypedKeyValue<TypedKeyValue<Properties,Alias>,Boolean> before(Alias alias, Properties properties) throws Exception
alias - the aliasproperties - the connection propertiesException - in case of any errorboolean after(Connection connection,
Alias alias,
Properties properties)
throws Exception
connection - the connectionalias - the aliasproperties - the propertiesException - in case of any errorCopyright © 2010-2020 Toolsverse. All Rights Reserved.