Interface Wrapper

All Superinterfaces:
Wrapper
All Known Subinterfaces:
Bucket, Clock, Counter, Counter.Builder, DistributionStatisticsConfig, DistributionStatisticsConfig.Builder, DistributionSummary, DistributionSummary.Builder, FunctionalCounter, FunctionalCounter.Builder<T>, Gauge<N>, Gauge.Builder<N>, HistogramSnapshot, Meter, Meter.Builder<B,M>, MeterRegistry, Tag, Timer, Timer.Builder, ValueAtPercentile

@Deprecated(forRemoval=true, since="27.0.0") public interface Wrapper extends Wrapper
Deprecated, for removal: This API element is subject to removal in a future version.
use Wrapper instead
Behavior of a type that wraps a related type, typically through delegation.
  • Method Summary

    Methods inherited from interface Wrapper

    unwrap
    Modifier and Type
    Method
    Description
    <T> T
    unwrap(Class<? extends T> type)
    Unwraps the delegate as the specified type.