Class Channels.ChannelDestroyer

java.lang.Object
io.quarkus.grpc.runtime.supports.Channels.ChannelDestroyer
All Implemented Interfaces:
io.quarkus.arc.BeanDestroyer<io.grpc.Channel>
Enclosing class:
Channels

public static class Channels.ChannelDestroyer extends Object implements io.quarkus.arc.BeanDestroyer<io.grpc.Channel>
  • 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.grpc.Channel instance, jakarta.enterprise.context.spi.CreationalContext<io.grpc.Channel> creationalContext, Map<String,Object> params)
     

    Methods inherited from class java.lang.Object

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

    • ChannelDestroyer

      public ChannelDestroyer()
  • Method Details

    • destroy

      public void destroy(io.grpc.Channel instance, jakarta.enterprise.context.spi.CreationalContext<io.grpc.Channel> creationalContext, Map<String,Object> params)
      Specified by:
      destroy in interface io.quarkus.arc.BeanDestroyer<io.grpc.Channel>