Uses of Class
com.rabbitmq.http.client.domain.DestinationType
-
Packages that use DestinationType Package Description com.rabbitmq.http.client.domain -
-
Uses of DestinationType in com.rabbitmq.http.client.domain
Methods in com.rabbitmq.http.client.domain that return DestinationType Modifier and Type Method Description DestinationTypeBindingInfo. getDestinationType()static DestinationTypeDestinationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DestinationType[]DestinationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.rabbitmq.http.client.domain with parameters of type DestinationType Modifier and Type Method Description voidBindingInfo. setDestinationType(DestinationType destinationType)
-