Interface UniversalConnectionPoolManagerConfiguration
@ConfigurationProperties("ucp-manager")
public interface UniversalConnectionPoolManagerConfiguration
Configuration of
UniversalConnectionPoolManager
.- Since:
- 4.1
- Author:
- Pavol Gressa
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
MX Bean configuration. -
Field Summary
-
Method Summary
-
Field Details
-
PREFIX
- See Also:
-
-
Method Details
-
isEnabled
@Bindable(defaultValue="true") boolean isEnabled()EnablesUniversalConnectionPoolManager
.- Returns:
- flag to enable UCP manager. Defaults to
true
.
-