Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Priority

The priority of the message. Higher priorities are delivered faster.

deprecated

since 6.2

        This is only used within one-way messaging, which is deprecated
        from this release. This enum will be removed in a future
        release.

Index

Enumeration members

Enumeration members

HIGH

HIGH: = 1

Indicates that messages should be delivered with high priority.

LOW

LOW: = 2

Indicates that messages should be delivered with low priority.

NORMAL

NORMAL: = 0

Indicates that messages should be delivered with normal priority.