Uses of Class
fr.gouv.vitam.storage.offers.tape.inmemoryqueue.QueueProcessingException.RetryPolicy
-
Packages that use QueueProcessingException.RetryPolicy Package Description fr.gouv.vitam.storage.offers.tape.inmemoryqueue -
-
Uses of QueueProcessingException.RetryPolicy in fr.gouv.vitam.storage.offers.tape.inmemoryqueue
Methods in fr.gouv.vitam.storage.offers.tape.inmemoryqueue that return QueueProcessingException.RetryPolicy Modifier and Type Method Description QueueProcessingException.RetryPolicyQueueProcessingException. getRetryPolicy()static QueueProcessingException.RetryPolicyQueueProcessingException.RetryPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QueueProcessingException.RetryPolicy[]QueueProcessingException.RetryPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.gouv.vitam.storage.offers.tape.inmemoryqueue with parameters of type QueueProcessingException.RetryPolicy Constructor Description QueueProcessingException(QueueProcessingException.RetryPolicy retryPolicy, java.lang.String message)QueueProcessingException(QueueProcessingException.RetryPolicy retryPolicy, java.lang.String message, java.lang.Throwable cause)QueueProcessingException(QueueProcessingException.RetryPolicy retryPolicy, java.lang.Throwable cause)
-