Class HttpClientSenderFactory


  • @Factory
    @Requires(beans=HttpClientSenderConfiguration.class)
    public class HttpClientSenderFactory
    extends java.lang.Object
    Factory that creates a Zipkin Sender based on HttpClientSenderConfiguration.
    Since:
    1.0
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • HttpClientSenderFactory

        protected HttpClientSenderFactory​(BraveTracerConfiguration.HttpClientSenderConfiguration configuration,
                                          io.micronaut.context.BeanProvider<io.micronaut.scheduling.instrument.InvocationInstrumenterFactory> factories)
        Parameters:
        configuration - the HTTP client sender configurations
        factories - the factories to instrument HTTP client Netty handlers execution with