@API(status=MAINTAINED) public interface ScopeListener extends Plugin
| Modifier and Type | Field and Description |
|---|---|
static ScopeListener |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static ScopeListener |
composite(Iterable<ScopeListener> listeners) |
static ScopeListener |
composite(ScopeListener... listeners) |
default void |
onActivated(io.opentracing.Scope scope,
io.opentracing.Span span) |
default void |
onClosed(io.opentracing.Scope scope,
io.opentracing.Span span) |
default void |
onClosing(io.opentracing.Scope scope,
io.opentracing.Span span) |
static final ScopeListener DEFAULT
default void onActivated(io.opentracing.Scope scope,
io.opentracing.Span span)
default void onClosing(io.opentracing.Scope scope,
io.opentracing.Span span)
default void onClosed(io.opentracing.Scope scope,
io.opentracing.Span span)
static ScopeListener composite(ScopeListener... listeners)
static ScopeListener composite(Iterable<ScopeListener> listeners)
Copyright © 2019–2021 Zalando SE. All rights reserved.