org.omg.CosNotification
Interface Priority
public interface Priority
The event service does not define the order in which events are delivered to a
consumer. One way to be explicit is to allow delivery to be based on the priority of an
event. Priority is represented as a short value, where -32,767 is the lowest priority and
32,767 the highest. The default priority for all events is 0. By default, the notification
channel will attempt to deliver messages to consumers in priority order.
It is possible for a consumer to override the priority assigned to a message through the
use of mapping filters.
Field Summary |
static java.lang.String |
value
Constant value |
value
static final java.lang.String value
- Constant value
- See Also:
- Constant Field Values