Class OpenTelemetryDestroyer

java.lang.Object
io.quarkus.opentelemetry.OpenTelemetryDestroyer
All Implemented Interfaces:
io.quarkus.arc.BeanDestroyer<io.opentelemetry.api.OpenTelemetry>

public class OpenTelemetryDestroyer extends Object implements io.quarkus.arc.BeanDestroyer<io.opentelemetry.api.OpenTelemetry>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.quarkus.arc.BeanDestroyer

    io.quarkus.arc.BeanDestroyer.AutoCloseableDestroyer, io.quarkus.arc.BeanDestroyer.CloseableDestroyer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    destroy(io.opentelemetry.api.OpenTelemetry openTelemetry, jakarta.enterprise.context.spi.CreationalContext<io.opentelemetry.api.OpenTelemetry> creationalContext, Map<String,Object> params)
     
    static Duration
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OpenTelemetryDestroyer

      public OpenTelemetryDestroyer()
  • Method Details

    • destroy

      public void destroy(io.opentelemetry.api.OpenTelemetry openTelemetry, jakarta.enterprise.context.spi.CreationalContext<io.opentelemetry.api.OpenTelemetry> creationalContext, Map<String,Object> params)
      Specified by:
      destroy in interface io.quarkus.arc.BeanDestroyer<io.opentelemetry.api.OpenTelemetry>
    • getShutdownWaitTime

      public static Duration getShutdownWaitTime()