@API(status=MAINTAINED) public interface ScopeListener extends Plugin
| 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) |
default <R extends Registry<R>> |
registerTo(R registry) |
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)
default <R extends Registry<R>> R registerTo(R registry)
registerTo in interface Pluginstatic ScopeListener composite(ScopeListener... listeners)
static ScopeListener composite(Iterable<ScopeListener> listeners)
Copyright © 2019 Zalando SE. All rights reserved.