Uses of Enum Class
com.github.robtimus.connect.sdk.java.springboot.actuator.ConnectionsEndpoint.CloseableConnectionState
-
Uses of ConnectionsEndpoint.CloseableConnectionState in com.github.robtimus.connect.sdk.java.springboot.actuator
Modifier 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.Modifier 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.