Interface TimedAnnotationProvider

All Known Implementing Classes:
DefaultTimedAnnotationProvider

public interface TimedAnnotationProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<io.micrometer.core.annotation.Timed>
    getTimedAnnotations(org.apache.cxf.message.Exchange ex, boolean client)
     
  • Method Details

    • getTimedAnnotations

      Set<io.micrometer.core.annotation.Timed> getTimedAnnotations(org.apache.cxf.message.Exchange ex, boolean client)