Uses of Class
com.rabbitmq.http.client.domain.UserConnectionInfo
-
Packages that use UserConnectionInfo Package Description com.rabbitmq.http.client -
-
Uses of UserConnectionInfo in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return types with arguments of type UserConnectionInfo Modifier and Type Method Description List<UserConnectionInfo>Client. getConnectionsOfUser(String username)Lists connection that belong to a specific user (used the provided username during authentication).
-