Uses of Class
dev.snowdrop.vertx.amqp.AmqpProperties.ProxyType
-
-
Uses of AmqpProperties.ProxyType in dev.snowdrop.vertx.amqp
Methods in dev.snowdrop.vertx.amqp that return AmqpProperties.ProxyType Modifier and Type Method Description AmqpProperties.ProxyTypeAmqpProperties.Proxy. getType()static AmqpProperties.ProxyTypeAmqpProperties.ProxyType. valueOf(String name)Returns the enum constant of this type with the specified name.static AmqpProperties.ProxyType[]AmqpProperties.ProxyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.snowdrop.vertx.amqp with parameters of type AmqpProperties.ProxyType Modifier and Type Method Description voidAmqpProperties.Proxy. setType(AmqpProperties.ProxyType type)
-