public static class DefaultQueryUpdateEmitterSpanFactory.Builder extends Object
DefaultQueryUpdateEmitterSpanFactory
. The spanFactory
is a
required field and should be provided.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DefaultQueryUpdateEmitterSpanFactory |
build()
Initializes a
DefaultQueryUpdateEmitterSpanFactory as specified through this Builder. |
DefaultQueryUpdateEmitterSpanFactory.Builder |
spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory to use to create the spans. |
protected void |
validate()
Validates whether the fields contained in this builder are set accordingly.
|
public DefaultQueryUpdateEmitterSpanFactory.Builder spanFactory(SpanFactory spanFactory)
SpanFactory
to use to create the spans. This is a required field.spanFactory
- The SpanFactory
to use to create the spans.protected void validate()
public DefaultQueryUpdateEmitterSpanFactory build()
DefaultQueryUpdateEmitterSpanFactory
as specified through this Builder.DefaultQueryUpdateEmitterSpanFactory
as specified through this Builder.Copyright © 2010–2024. All rights reserved.