Class JobRunrMicroMeterIntegration

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class JobRunrMicroMeterIntegration
    extends java.lang.Object
    implements java.lang.AutoCloseable
    A wrapper around a Micrometer MeterRegistry that allows to integrate Micrometer with JobRunr. This wrapper is needed as otherwise the JobRunrConfiguration class would have a dependency on Micrometer which is optional.
    • Constructor Detail

      • JobRunrMicroMeterIntegration

        public JobRunrMicroMeterIntegration​(io.micrometer.core.instrument.MeterRegistry meterRegistry)
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable