Package | Description |
---|---|
org.axonframework.tracing |
Modifier and Type | Method and Description |
---|---|
static NestingSpanFactory.Builder |
NestingSpanFactory.builder()
Deprecated.
Creates a new
NestingSpanFactory.Builder that can build a NestingSpanFactory . |
NestingSpanFactory.Builder |
NestingSpanFactory.Builder.clock(Clock clock)
Configures the
Clock to use when determining the time passed since publication of an event and the
current time. |
NestingSpanFactory.Builder |
NestingSpanFactory.Builder.delegate(SpanFactory spanFactory)
Defines the delegate
SpanFactory to use, which actually provides the spans. |
NestingSpanFactory.Builder |
NestingSpanFactory.Builder.timeLimit(Duration timeLimit)
Configures the
Duration since original publishing of an event or deadline during which it should be
considered a nested span. |
Constructor and Description |
---|
NestingSpanFactory(NestingSpanFactory.Builder builder)
Deprecated.
Creates the
NestingSpanFactory based on the NestingSpanFactory.Builder provided. |
Copyright © 2010–2024. All rights reserved.