Class HttpClientSenderFactory
java.lang.Object
io.micronaut.tracing.brave.sender.HttpClientSenderFactory
@Factory
@Requires(beans=HttpClientSenderConfiguration.class)
public class HttpClientSenderFactory
extends Object
Factory that creates a Zipkin
Sender
based on HttpClientSenderConfiguration
.- Since:
- 1.0
- Author:
- graemerocher
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
-
Constructor Details
-
HttpClientSenderFactory
protected HttpClientSenderFactory(BraveTracerConfiguration.HttpClientSenderConfiguration configuration) - Parameters:
configuration
- the HTTP client sender configurations
-