Class BraveTracerConfiguration.HttpClientSenderConfiguration

  • Enclosing class:
    BraveTracerConfiguration

    @ConfigurationProperties("http")
    @Requires(property="tracing.zipkin.http") @Requires(classes=brave.Tracing.class)
    public static class BraveTracerConfiguration.HttpClientSenderConfiguration
    extends io.micronaut.http.client.HttpClientConfiguration
    Used to configure HTTP trace sending under the tracing.zipkin.http namespace.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.micronaut.http.client.HttpClientConfiguration

        io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected HttpClientSender.Builder clientSenderBuilder  
      static java.lang.String PREFIX  
      • Fields inherited from class io.micronaut.http.client.HttpClientConfiguration

        DEFAULT_CONNECTION_POOL_IDLE_TIMEOUT_SECONDS, DEFAULT_EXCEPTION_ON_ERROR_STATUS, DEFAULT_FOLLOW_REDIRECTS, DEFAULT_MAX_CONTENT_LENGTH, DEFAULT_READ_IDLE_TIMEOUT_MINUTES, DEFAULT_READ_TIMEOUT_SECONDS, DEFAULT_SHUTDOWN_QUIET_PERIOD_MILLISECONDS, DEFAULT_SHUTDOWN_TIMEOUT_MILLISECONDS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HttpClientSender.Builder getBuilder()
      Creates builder.
      io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration getConnectionPoolConfiguration()  
      • Methods inherited from class io.micronaut.http.client.HttpClientConfiguration

        getChannelOptions, getConnectionPoolIdleTimeout, getConnectTimeout, getConnectTtl, getDefaultCharset, getEventLoopGroup, getHttpVersion, getLoggerName, getLogLevel, getMaxContentLength, getNumOfThreads, getProxyAddress, getProxyPassword, getProxySelector, getProxyType, getProxyUsername, getReadIdleTimeout, getReadTimeout, getShutdownQuietPeriod, getShutdownTimeout, getSslConfiguration, getThreadFactory, isExceptionOnErrorStatus, isFollowRedirects, resolveProxy, setChannelOptions, setConnectionPoolIdleTimeout, setConnectTimeout, setConnectTtl, setDefaultCharset, setEventLoopGroup, setExceptionOnErrorStatus, setFollowRedirects, setHttpVersion, setLoggerName, setLogLevel, setMaxContentLength, setNumOfThreads, setProxyAddress, setProxyPassword, setProxySelector, setProxyType, setProxyUsername, setReadIdleTimeout, setReadTimeout, setShutdownQuietPeriod, setShutdownTimeout, setSslConfiguration, setThreadFactory
      • Methods inherited from class java.lang.Object

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

      • HttpClientSenderConfiguration

        public HttpClientSenderConfiguration()
        Initialize the builder with client configurations.
    • Method Detail

      • getConnectionPoolConfiguration

        public io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration getConnectionPoolConfiguration()
        Specified by:
        getConnectionPoolConfiguration in class io.micronaut.http.client.HttpClientConfiguration