public interface Tracer
| Modifier and Type | Method and Description |
|---|---|
static Tracer |
create(com.google.common.collect.ImmutableList<String> traces,
com.google.common.collect.ImmutableMap<String,Generator> customs,
com.google.common.collect.ImmutableList<TraceListener> listeners) |
static Tracer |
create(String... traces) |
default <V,X extends Throwable> |
delegate(Closure<V,X> closure) |
void |
forEach(java.util.function.BiConsumer<String,String> consumer) |
Trace |
get(String trace) |
default void |
start() |
void |
start(java.util.function.Function<String,String> provider) |
void |
stop() |
default void start()
IllegalStateExceptionvoid start(java.util.function.Function<String,String> provider)
IllegalStateExceptionTrace get(String trace)
IllegalStateExceptionvoid forEach(java.util.function.BiConsumer<String,String> consumer)
IllegalStateExceptionvoid stop()
IllegalStateExceptionstatic Tracer create(com.google.common.collect.ImmutableList<String> traces, com.google.common.collect.ImmutableMap<String,Generator> customs, com.google.common.collect.ImmutableList<TraceListener> listeners)
Copyright © 2015–2016 Zalando SE. All rights reserved.