QualityOfServiceSpec.Ordering

public enum Ordering

Possible ordering requirements for events.

Author

jwienke

Enum Constants

ORDERED

public static final QualityOfServiceSpec.Ordering ORDERED

Events are received in the same order as sent by a sender. This is only valid for the connection of one sender to one receiver. No assumptions are placed on other receivers or events of other senders.

UNORDERED

public static final QualityOfServiceSpec.Ordering UNORDERED

Events are received in no specific order.