Uses of Class
org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.CHANNEL_ID
-
Packages that use ChannelImpl.CHANNEL_ID Package Description org.apache.activemq.artemis.core.protocol.core.impl -
-
Uses of ChannelImpl.CHANNEL_ID in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl that return ChannelImpl.CHANNEL_ID Modifier and Type Method Description static ChannelImpl.CHANNEL_IDChannelImpl.CHANNEL_ID. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelImpl.CHANNEL_ID[]ChannelImpl.CHANNEL_ID. values()Returns an array containing the constants of this enum type, in the order they are declared.
-