Uses of Enum Class
org.apache.activemq.artemis.protocol.amqp.broker.AMQPMessage.MessageDataScanningStatus
Packages that use AMQPMessage.MessageDataScanningStatus
Package
Description
This package includes classes used to interact with the broker.
-
Uses of AMQPMessage.MessageDataScanningStatus in org.apache.activemq.artemis.protocol.amqp.broker
Subclasses with type arguments of type AMQPMessage.MessageDataScanningStatus in org.apache.activemq.artemis.protocol.amqp.brokerModifier and TypeClassDescriptionstatic enumThis has been made public just for testing purposes: it's not stable and developers shouldn't rely on this for developing purposes.Methods in org.apache.activemq.artemis.protocol.amqp.broker that return AMQPMessage.MessageDataScanningStatusModifier and TypeMethodDescriptionAMQPMessage.getDataScanningStatus()Returns the enum constant of this class with the specified name.AMQPMessage.MessageDataScanningStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.