Uses of Interface
com.rabbitmq.client.impl.CredentialsRefreshService
Packages that use CredentialsRefreshService
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
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 CredentialsRefreshServiceModifier and TypeFieldDescriptionprivate CredentialsRefreshServiceConnectionFactory.credentialsRefreshServiceMethods in com.rabbitmq.client with parameters of type CredentialsRefreshServiceModifier and TypeMethodDescriptionvoidConnectionFactory.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 CredentialsRefreshServiceModifier and TypeClassDescriptionclassScheduling-based implementation ofCredentialsRefreshService.Fields in com.rabbitmq.client.impl declared as CredentialsRefreshServiceModifier and TypeFieldDescriptionprivate final CredentialsRefreshServiceAMQConnection.credentialsRefreshServiceprivate CredentialsRefreshServiceConnectionParams.credentialsRefreshServiceMethods in com.rabbitmq.client.impl that return CredentialsRefreshServiceMethods in com.rabbitmq.client.impl with parameters of type CredentialsRefreshServiceModifier and TypeMethodDescriptionvoidConnectionParams.setCredentialsRefreshService(CredentialsRefreshService credentialsRefreshService)