Uses of Interface
com.rabbitmq.stream.oauth2.CredentialsManager.AuthenticationCallback
-
Packages that use CredentialsManager.AuthenticationCallback Package Description com.rabbitmq.stream.oauth2 -
-
Uses of CredentialsManager.AuthenticationCallback in com.rabbitmq.stream.oauth2
Methods in com.rabbitmq.stream.oauth2 with parameters of type CredentialsManager.AuthenticationCallback Modifier and Type Method Description voidCredentialsManager.NoOpRegistration. connect(CredentialsManager.AuthenticationCallback callback)voidCredentialsManager.Registration. connect(CredentialsManager.AuthenticationCallback callback)Connection request from the component.CredentialsManager.RegistrationCredentialsManager.NoOpCredentialsManager. register(String name, CredentialsManager.AuthenticationCallback updateCallback)CredentialsManager.RegistrationCredentialsManager. register(String name, CredentialsManager.AuthenticationCallback updateCallback)Register a component for authentication.CredentialsManager.RegistrationTokenCredentialsManager. register(String name, CredentialsManager.AuthenticationCallback updateCallback)
-