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.VALUESA public read-only list of all the 'Reliability' enumerators.Methods in com.esprow.oapi.repository that return ReliabilityModifier and TypeMethodDescriptionstatic ReliabilityReliability.get(int value) Returns the 'Reliability' literal with the specified integer value.static ReliabilityReturns the 'Reliability' literal with the specified literal value.static ReliabilityReturns the 'Reliability' literal with the specified name.OapiFlow.getReliability()Returns a delivery guarantee for messages on the flow.static ReliabilityReturns 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 TypeMethodDescriptionvoidOapiFlow.setReliability(Reliability value) Set a delivery guarantee for messages on the flow.