public class InMemoryPreviousParticipantsRepository extends Object
| Constructor and Description |
|---|
InMemoryPreviousParticipantsRepository() |
| Modifier and Type | Method and Description |
|---|---|
Collection<RemoteParticipantLogEntry> |
findPreparingParticipantsExpiredAt(long startOfRecoveryScan) |
void |
forgetPreparingParticipantsExpiredAt(long startOfRecoveryScan) |
boolean |
isEmpty() |
void |
remember(RemoteParticipantLogEntry participant,
long expiration) |
public InMemoryPreviousParticipantsRepository()
public Collection<RemoteParticipantLogEntry> findPreparingParticipantsExpiredAt(long startOfRecoveryScan)
public boolean isEmpty()
public void forgetPreparingParticipantsExpiredAt(long startOfRecoveryScan)
public void remember(RemoteParticipantLogEntry participant, long expiration)
Copyright © 2026. All rights reserved.