Package-level declarations
Types
Link copied to clipboard
class ResendStateEventFunction(aggregateMetadata: AggregateMetadata<*, *>, snapshotRepository: SnapshotRepository, stateEventCompensator: StateEventCompensator, exceptionHandler: RequestExceptionHandler, batchExecutionPolicy: BatchExecutionPolicy) : HandlerFunction<ServerResponse>
Link copied to clipboard
class ResendStateEventFunctionFactory(snapshotRepository: SnapshotRepository, stateEventCompensator: StateEventCompensator, exceptionHandler: RequestExceptionHandler, batchExecutionPolicy: BatchExecutionPolicy) : AggregateRouteHandlerFunctionFactorySupport
Link copied to clipboard
class ResendStateEventHandler(aggregateMetadata: AggregateMetadata<*, *>, snapshotRepository: SnapshotRepository, stateEventCompensator: StateEventCompensator, batchExecutionPolicy: BatchExecutionPolicy)