Uses of Class
com.rabbitmq.http.client.domain.UserInfo
-
Packages that use UserInfo Package Description com.rabbitmq.http.client com.rabbitmq.http.client.domain -
-
Uses of UserInfo in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return UserInfo Modifier and Type Method Description UserInfoClient. getUser(String username)Methods in com.rabbitmq.http.client that return types with arguments of type UserInfo Modifier and Type Method Description reactor.core.publisher.Mono<UserInfo>ReactorNettyClient. getUser(String username)List<UserInfo>Client. getUsers()reactor.core.publisher.Flux<UserInfo>ReactorNettyClient. getUsers() -
Uses of UserInfo in com.rabbitmq.http.client.domain
Methods in com.rabbitmq.http.client.domain that return types with arguments of type UserInfo Modifier and Type Method Description List<UserInfo>Definitions. getUsers()Method parameters in com.rabbitmq.http.client.domain with type arguments of type UserInfo Modifier and Type Method Description voidDefinitions. setUsers(List<UserInfo> users)
-