Class PartitionCollector
java.lang.Object
com.sap.cds.services.impl.outbox.persistence.collectors.PartitionCollector
- All Implemented Interfaces:
Runnable
Outbox collector implementation for a specific outbox partition.
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionCollector(CdsRuntime runtime, PersistentOutbox outboxService, CdsProperties.Outbox.OutboxConfig config, boolean ordered, Supplier<List<TenantInfo>> tenantSupplier) -
Method Summary
-
Constructor Details
-
PartitionCollector
public PartitionCollector(CdsRuntime runtime, PersistentOutbox outboxService, CdsProperties.Outbox.OutboxConfig config, boolean ordered, Supplier<List<TenantInfo>> tenantSupplier)
-
-
Method Details