Uses of Interface
com.rabbitmq.client.impl.CredentialsRefreshService
-
Packages that use CredentialsRefreshService Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of CredentialsRefreshService in com.rabbitmq.client
Fields in com.rabbitmq.client declared as CredentialsRefreshService Modifier and Type Field Description private CredentialsRefreshServiceConnectionFactory. credentialsRefreshServiceMethods in com.rabbitmq.client with parameters of type CredentialsRefreshService Modifier and Type Method Description voidConnectionFactory. setCredentialsRefreshService(CredentialsRefreshService credentialsRefreshService)Set aCredentialsRefreshServiceinstance to handle credentials refresh if appropriate. -
Uses of CredentialsRefreshService in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement CredentialsRefreshService Modifier and Type Class Description classDefaultCredentialsRefreshServiceScheduling-based implementation ofCredentialsRefreshService.Fields in com.rabbitmq.client.impl declared as CredentialsRefreshService Modifier and Type Field Description private CredentialsRefreshServiceAMQConnection. credentialsRefreshServiceprivate CredentialsRefreshServiceConnectionParams. credentialsRefreshServiceMethods in com.rabbitmq.client.impl that return CredentialsRefreshService Modifier and Type Method Description CredentialsRefreshServiceConnectionParams. getCredentialsRefreshService()Methods in com.rabbitmq.client.impl with parameters of type CredentialsRefreshService Modifier and Type Method Description voidConnectionParams. setCredentialsRefreshService(CredentialsRefreshService credentialsRefreshService)
-