Package | Description |
---|---|
org.axonframework.tracing |
Modifier and Type | Method and Description |
---|---|
static TracingHandlerEnhancerDefinition.Builder |
TracingHandlerEnhancerDefinition.builder()
Instantiate a builder to create a
TracingHandlerEnhancerDefinition . |
TracingHandlerEnhancerDefinition.Builder |
TracingHandlerEnhancerDefinition.Builder.showEventSourcingHandlers(boolean showEventSourcingHandlers)
Configures whether event sourcing handlers should be traced.
|
TracingHandlerEnhancerDefinition.Builder |
TracingHandlerEnhancerDefinition.Builder.spanFactory(SpanFactory spanFactory)
Configures the
SpanFactory the handler enhancer should use for tracing. |
Constructor and Description |
---|
TracingHandlerEnhancerDefinition(TracingHandlerEnhancerDefinition.Builder builder)
Creates a new
TracingHandlerEnhancerDefinition based on the builder. |
Copyright © 2010–2023. All rights reserved.