Class OutboxProcessor
java.lang.Object
one.tomorrow.transactionaloutbox.service.OutboxProcessor
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOutboxProcessor(OutboxRepository repository, OutboxProcessor.KafkaProducerFactory producerFactory, Duration processingInterval, Duration lockTimeout, String lockOwnerId, String eventSource, org.springframework.beans.factory.config.AutowireCapableBeanFactory beanFactory) -
Method Summary
-
Constructor Details
-
OutboxProcessor
public OutboxProcessor(OutboxRepository repository, OutboxProcessor.KafkaProducerFactory producerFactory, Duration processingInterval, Duration lockTimeout, String lockOwnerId, String eventSource, org.springframework.beans.factory.config.AutowireCapableBeanFactory beanFactory)
-
-
Method Details
-
close
@PreDestroy public void close()
-