Class 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>
    • Constructor Detail

      • ChannelDestroyer

        public ChannelDestroyer()
    • Method Detail

      • 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>