Package com.rabbitmq.client.impl
Class DefaultCredentialsRefreshService.Registration
- java.lang.Object
-
- com.rabbitmq.client.impl.DefaultCredentialsRefreshService.Registration
-
- Enclosing class:
- DefaultCredentialsRefreshService
static class DefaultCredentialsRefreshService.Registration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.concurrent.atomic.AtomicInteger
errorHistory
private java.lang.String
id
private java.util.concurrent.Callable<java.lang.Boolean>
refreshAction
-
Constructor Summary
Constructors Constructor Description Registration(java.lang.String id, java.util.concurrent.Callable<java.lang.Boolean> refreshAction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-