Package-level declarations

Types

Link copied to clipboard

Utility object for handling compensation matching and header manipulation.

Link copied to clipboard
data class CompensationTarget(val id: String = generateGlobalId(), val function: FunctionInfoData)

Represents a target for compensation operations.

Link copied to clipboard
class EventCompensateSupporter(domainEventCompensator: DomainEventCompensator, stateEventCompensator: StateEventCompensator)

Supporter class that coordinates event compensation operations.

Link copied to clipboard

Interface for event compensators that can resend events for compensation purposes.

Properties

Link copied to clipboard

Header key for compensation context name.

Link copied to clipboard

Header key for compensation function name.

Link copied to clipboard

Header key for compensation ID.

Link copied to clipboard

Prefix for all compensation-related header keys.

Link copied to clipboard

Header key for compensation processor name.