public class DefaultSpanFactory extends java.lang.Object implements SpanFactory
DefaultSpanFactory
creates a most simple Span
which does not
use any kind of animation.Constructor and Description |
---|
DefaultSpanFactory() |
Modifier and Type | Method and Description |
---|---|
Span |
create(SpanCallback callback)
Creates a new
Span . |
public Span create(SpanCallback callback)
SpanFactory
Span
.create
in interface SpanFactory
callback
- allows interaction between Span
and DockStation
.Span
, not null