Uses of Enum Class
com.esprow.oapi.repository.Reliability
Packages that use Reliability
-
Uses of Reliability in com.esprow.oapi.repository
Fields in com.esprow.oapi.repository with type parameters of type ReliabilityModifier and TypeFieldDescriptionstatic final List<Reliability>
Reliability.VALUES
A public read-only list of all the 'Reliability' enumerators.Methods in com.esprow.oapi.repository that return ReliabilityModifier and TypeMethodDescriptionstatic Reliability
Reliability.get
(int value) Returns the 'Reliability' literal with the specified integer value.static Reliability
Returns the 'Reliability' literal with the specified literal value.static Reliability
Returns the 'Reliability' literal with the specified name.OapiFlow.getReliability()
Returns a delivery guarantee for messages on the flow.static Reliability
Returns the enum constant of this class with the specified name.static Reliability[]
Reliability.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.esprow.oapi.repository with parameters of type ReliabilityModifier and TypeMethodDescriptionvoid
OapiFlow.setReliability
(Reliability value) Set a delivery guarantee for messages on the flow.