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 TypeMethodDescriptionvoid
ConnectionsEndpoint.closeConnections
(Duration idleTime, ConnectionsEndpoint.CloseableConnectionState state) Closes all connections that are idle, expired or both for allPooledConnection
,Communicator
andClient
beans.void
ConnectionsEndpoint.closeConnectionsForBean
(String beanName, Duration idleTime, ConnectionsEndpoint.CloseableConnectionState state) Closes all connections that are idle, expired or both for a specificPooledConnection
,Communicator
andClient
bean.