Class JasyncPoolConfiguration
- java.lang.Object
-
- io.micronaut.configuration.jasync.JasyncPoolConfiguration
-
@ConfigurationProperties("jasync.client") public class JasyncPoolConfiguration extends Object
The configuration class for Jasync Client.- Since:
- 1.0
- Author:
- oshai
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JasyncPoolConfiguration.JasyncSslConfiguration
Configuration for JAsync SSL.
-
Field Summary
Fields Modifier and Type Field Description protected com.github.jasync.sql.db.ConnectionPoolConfigurationBuilder
jasyncOptions
-
Constructor Summary
Constructors Modifier Constructor Description JasyncPoolConfiguration()
Deprecated.protected
JasyncPoolConfiguration(JasyncPoolConfiguration.JasyncSslConfiguration sslConfiguration)
Deprecated.Useinstead
protected
JasyncPoolConfiguration(JasyncPoolConfiguration.JasyncSslConfiguration sslConfiguration, List<com.github.jasync.sql.db.interceptor.QueryInterceptor> queryInterceptors)
Injected constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.jasync.sql.db.ConnectionPoolConfiguration
getJasyncOptions()
-
-
-
Constructor Detail
-
JasyncPoolConfiguration
@Deprecated public JasyncPoolConfiguration()
Deprecated.Default constructor.
-
JasyncPoolConfiguration
@Deprecated protected JasyncPoolConfiguration(@Nullable JasyncPoolConfiguration.JasyncSslConfiguration sslConfiguration)
Deprecated.Useinstead
- Parameters:
sslConfiguration
- The SSL config
-
JasyncPoolConfiguration
@Inject protected JasyncPoolConfiguration(@Nullable JasyncPoolConfiguration.JasyncSslConfiguration sslConfiguration, @Nullable List<com.github.jasync.sql.db.interceptor.QueryInterceptor> queryInterceptors)
Injected constructor.- Parameters:
sslConfiguration
- The SSL configqueryInterceptors
- Query Interceptors
-
-