Uses of Class
com.aim2be.platform.outbox.OutboxPublishCompletion
-
Uses of OutboxPublishCompletion in com.aim2be.platform.outbox
Methods in com.aim2be.platform.outbox that return OutboxPublishCompletionModifier and TypeMethodDescriptionOutboxAutoConfiguration.outboxPublishCompletion(OutboxRecordRepository repository) REQUIRES_NEW completion helper.Methods in com.aim2be.platform.outbox with parameters of type OutboxPublishCompletionModifier and TypeMethodDescriptionOutboxAutoConfiguration.outboxBackend(OutboxRecordRepository repository, OutboxPublishCompletion completion, OutboxProperties properties) DefaultOutboxBackend— the Postgres backend (Wave A.2 Phase 0a).Constructors in com.aim2be.platform.outbox with parameters of type OutboxPublishCompletionModifierConstructorDescriptionPgOutboxBackend(OutboxRecordRepository repository, OutboxPublishCompletion completion) Constructs the PG backend.