Uses of Interface
org.zalando.opentracing.jdbc.Lifecycle
-
Packages that use Lifecycle Package Description org.zalando.opentracing.jdbc -
-
Uses of Lifecycle in org.zalando.opentracing.jdbc
Classes in org.zalando.opentracing.jdbc that implement Lifecycle Modifier and Type Class Description classActiveSpanLifecycleclassNewSpanLifecycleMethods in org.zalando.opentracing.jdbc that return Lifecycle Modifier and Type Method Description static LifecycleLifecycle. composite(Collection<Lifecycle> lifecyclePolicies)static LifecycleLifecycle. composite(Lifecycle... lifecyclePolicies)Methods in org.zalando.opentracing.jdbc with parameters of type Lifecycle Modifier and Type Method Description static LifecycleLifecycle. composite(Lifecycle... lifecyclePolicies)DataSourceTracerDataSourceTracer. withLifecycle(Lifecycle lifecycle)Method parameters in org.zalando.opentracing.jdbc with type arguments of type Lifecycle Modifier and Type Method Description static LifecycleLifecycle. composite(Collection<Lifecycle> lifecyclePolicies)
-