Class NewRelicInsightsClientFilter

java.lang.Object
com.agorapulse.micronaut.newrelic.NewRelicInsightsClientFilter
All Implemented Interfaces:
io.micronaut.core.order.Ordered, io.micronaut.http.filter.HttpClientFilter, io.micronaut.http.filter.HttpFilter

@Singleton @NewRelicInsights @Requires(property="newrelic.token") public class NewRelicInsightsClientFilter extends Object implements io.micronaut.http.filter.HttpClientFilter
  • Field Summary

    Fields inherited from interface io.micronaut.core.order.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.reactivestreams.Publisher<? extends io.micronaut.http.HttpResponse<?>>
    doFilter(io.micronaut.http.MutableHttpRequest<?> request, io.micronaut.http.filter.ClientFilterChain chain)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.micronaut.http.filter.HttpClientFilter

    doFilter

    Methods inherited from interface io.micronaut.core.order.Ordered

    getOrder
  • Constructor Details

    • NewRelicInsightsClientFilter

      public NewRelicInsightsClientFilter(@Nullable @Nullable NewRelicConfiguration configuration)
  • Method Details

    • doFilter

      public org.reactivestreams.Publisher<? extends io.micronaut.http.HttpResponse<?>> doFilter(io.micronaut.http.MutableHttpRequest<?> request, io.micronaut.http.filter.ClientFilterChain chain)
      Specified by:
      doFilter in interface io.micronaut.http.filter.HttpClientFilter