Uses of Class
com.aim2be.platform.outbox.OutboxProperties
-
Uses of OutboxProperties in com.aim2be.platform.outbox
Methods in com.aim2be.platform.outbox with parameters of type OutboxPropertiesModifier and TypeMethodDescriptionOutboxAutoConfiguration.outboxBackend(OutboxRecordRepository repository, OutboxPublishCompletion completion, OutboxProperties properties) DefaultOutboxBackend— the Postgres backend (Wave A.2 Phase 0a).io.github.resilience4j.circuitbreaker.CircuitBreakerOutboxAutoConfiguration.outboxCircuitBreaker(OutboxProperties properties, io.github.resilience4j.circuitbreaker.CircuitBreakerRegistry registry) The outbox-relayCircuitBreakerwith thresholds explicitly built fromgetCircuitBreaker().OutboxAutoConfiguration.outboxPollerWorker(OutboxBackend backend, org.springframework.boot.autoconfigure.kafka.KafkaProperties kafkaProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.ssl.SslBundles> sslBundles, OutboxProperties properties, io.opentelemetry.api.OpenTelemetry openTelemetry, OutboxMetricsBinder metrics) Cold poller bean.OutboxAutoConfiguration.outboxPublisher(OutboxBackend backend, org.springframework.boot.autoconfigure.kafka.KafkaProperties kafkaProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.ssl.SslBundles> sslBundles, io.github.resilience4j.circuitbreaker.CircuitBreaker outboxCircuitBreaker, io.opentelemetry.api.OpenTelemetry openTelemetry, OutboxMetricsBinder metrics, OutboxProperties properties) AFTER_COMMIT hot relay bean.Constructors in com.aim2be.platform.outbox with parameters of type OutboxPropertiesModifierConstructorDescriptionOutboxPollerWorker(OutboxBackend backend, org.springframework.kafka.core.KafkaTemplate<byte[], byte[]> kafkaTemplate, OutboxProperties properties, io.opentelemetry.api.OpenTelemetry openTelemetry, OutboxMetricsBinder metrics) Constructs the worker with all collaborators autowired byOutboxAutoConfiguration.