Uses of Enum Class
org.mockserver.async.asyncapi.AmqpBinding.ChannelType
Packages that use AmqpBinding.ChannelType
-
Uses of AmqpBinding.ChannelType in org.mockserver.async.asyncapi
Methods in org.mockserver.async.asyncapi that return AmqpBinding.ChannelTypeModifier and TypeMethodDescriptionAmqpBinding.getChannelType()static AmqpBinding.ChannelTypeReturns the enum constant of this class with the specified name.static AmqpBinding.ChannelType[]AmqpBinding.ChannelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.mockserver.async.asyncapi with parameters of type AmqpBinding.ChannelTypeModifierConstructorDescriptionAmqpBinding(AmqpBinding.ChannelType channelType, String exchangeName, String exchangeType, boolean exchangeDurable, String queueName, boolean queueDurable, String routingKey)