Package com.aim2be.platform.outbox.redis
Class RedisOutboxProperties.Repair
java.lang.Object
com.aim2be.platform.outbox.redis.RedisOutboxProperties.Repair
- Enclosing class:
- RedisOutboxProperties
zset/hash reconciliation configuration (refinement #10). Reconciles the
two index structures: a
:pending member with no :entries
Hash field (orphan zset member → ZREM) and an :entries PENDING
field with no :pending member (orphan Hash entry → re-ZADD so the
poller picks it up).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanvoidsetEnabled(boolean enabled) voidsetIntervalMs(long intervalMs)
-
Constructor Details
-
Repair
public Repair()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getIntervalMs
public long getIntervalMs() -
setIntervalMs
public void setIntervalMs(long intervalMs)
-