QualityOfServiceSpec.Reliability¶
-
public enum
Reliability
¶ Possible requirements on the reliability of events.
- Author
jwienke
Enum Constants¶
RELIABLE¶
-
public static final QualityOfServiceSpec.Reliability
RELIABLE
¶ Events will always be received, otherwise an error is generated.
UNRELIABLE¶
-
public static final QualityOfServiceSpec.Reliability
UNRELIABLE
¶ Events may be dropped.