Uses of Interface
com.rabbitmq.client.impl.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
Modifier and TypeMethodDescriptionvoid
ConnectionFactory.setCredentialsRefreshService
(CredentialsRefreshService credentialsRefreshService) Set aCredentialsRefreshService
instance to handle credentials refresh if appropriate. -
Uses of CredentialsRefreshService in com.rabbitmq.client.impl
Modifier and TypeClassDescriptionclass
Scheduling-based implementation ofCredentialsRefreshService
.Modifier and TypeMethodDescriptionvoid
ConnectionParams.setCredentialsRefreshService
(CredentialsRefreshService credentialsRefreshService)