A  B  C  D  E  F  G  I  J  M  N  O  P  R  S  U  V 

D

DEAD - enum entry in io.namastack.outbox.OutboxInstanceStatus

Instance is considered dead (no heartbeat).

deleteByAggregateIdAndStatus(java.lang.String,io.namastack.outbox.OutboxRecordStatus) - function in io.namastack.outbox.OutboxRecordRepository
Deletes records for a specific aggregate ID and status.
deleteById(java.lang.String) - function in io.namastack.outbox.OutboxInstanceRepository
Deletes an instance by its ID.
deleteById(java.lang.String) - function in io.namastack.outbox.OutboxRecordRepository
Deletes a record by its unique ID.
deleteByStatus(io.namastack.outbox.OutboxInstanceStatus) - function in io.namastack.outbox.OutboxInstanceRepository
Deletes all instances with the specified status.
deleteByStatus(io.namastack.outbox.OutboxRecordStatus) - function in io.namastack.outbox.OutboxRecordRepository
Deletes all records with the specified status.
deleteStaleInstances(java.time.OffsetDateTime) - function in io.namastack.outbox.OutboxInstanceRepository
Deletes instances with stale heartbeats (cleanup operation).
deserialize(java.lang.String,java.lang.Class) - function in io.namastack.outbox.OutboxEventSerializer
Deserializes a string representation back to a typed event object.
detectNewInstances() - function in io.namastack.outbox.OutboxInstanceRegistry
Detects new instances that joined.
A  B  C  D  E  F  G  I  J  M  N  O  P  R  S  U  V