Package-level declarations

Types

Link copied to clipboard
interface BuildStep
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface OutboxHandler

OutboxHandler is responsible for:

Link copied to clipboard
Link copied to clipboard

Expects a distributed locks provider implementation.

Link copied to clipboard
abstract class SimpleOutboxHandler<T : OutboxPayload>(supportedType: OutboxType, objectMapper: ObjectMapper, clock: Clock, maxRetries: Int, payloadType: Class<T>) : OutboxHandler

This class purpose is to create an easy way to create an outbox handler.

Link copied to clipboard
interface StoreStep
Link copied to clipboard

TransactionalOutbox is the main entry point for the library. It is responsible for: