Uses of Enum Class
com.github.robtimus.connect.sdk.java.springboot.actuator.ConnectionsEndpoint.CloseableConnectionState
Packages that use ConnectionsEndpoint.CloseableConnectionState
-
Uses of ConnectionsEndpoint.CloseableConnectionState in com.github.robtimus.connect.sdk.java.springboot.actuator
Methods in com.github.robtimus.connect.sdk.java.springboot.actuator that return ConnectionsEndpoint.CloseableConnectionStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ConnectionsEndpoint.CloseableConnectionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.robtimus.connect.sdk.java.springboot.actuator with parameters of type ConnectionsEndpoint.CloseableConnectionStateModifier and TypeMethodDescriptionvoidConnectionsEndpoint.closeConnections(Duration idleTime, ConnectionsEndpoint.CloseableConnectionState state) Closes all connections that are idle, expired or both for allPooledConnection,CommunicatorandClientbeans.voidConnectionsEndpoint.closeConnectionsForBean(String beanName, Duration idleTime, ConnectionsEndpoint.CloseableConnectionState state) Closes all connections that are idle, expired or both for a specificPooledConnection,CommunicatorandClientbean.