Uses of Class
com.aim2be.platform.outbox.OutboxMetricsBinder
-
Uses of OutboxMetricsBinder in com.aim2be.platform.outbox
Methods in com.aim2be.platform.outbox that return OutboxMetricsBinderModifier and TypeMethodDescriptionOutboxAutoConfiguration.outboxMetricsBinder(org.springframework.beans.factory.ObjectProvider<io.micrometer.core.instrument.MeterRegistry> meterRegistry, OutboxRecordRepository repository) Metrics binder.Methods in com.aim2be.platform.outbox with parameters of type OutboxMetricsBinderModifier and TypeMethodDescriptionOutboxAutoConfiguration.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 OutboxMetricsBinderModifierConstructorDescriptionOutboxPollerWorker(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.OutboxPublisher(OutboxBackend backend, org.springframework.kafka.core.KafkaTemplate<byte[], byte[]> kafkaTemplate, io.github.resilience4j.circuitbreaker.CircuitBreaker circuitBreaker, io.opentelemetry.api.OpenTelemetry openTelemetry, OutboxMetricsBinder metrics, int maxRetries) Constructs an OutboxPublisher with all collaborators autowired byOutboxAutoConfiguration.