Uses of Enum Class
io.camunda.connector.rabbitmq.common.model.RabbitMqAuthenticationType
Packages that use RabbitMqAuthenticationType
-
Uses of RabbitMqAuthenticationType in io.camunda.connector.rabbitmq.common.model
Methods in io.camunda.connector.rabbitmq.common.model that return RabbitMqAuthenticationTypeModifier and TypeMethodDescriptionRabbitMqAuthentication.getAuthType()static RabbitMqAuthenticationTypeReturns the enum constant of this class with the specified name.static RabbitMqAuthenticationType[]RabbitMqAuthenticationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.connector.rabbitmq.common.model with parameters of type RabbitMqAuthenticationTypeModifier and TypeMethodDescriptionvoidRabbitMqAuthentication.setAuthType(RabbitMqAuthenticationType authType)