Interface FilterUsageNotifier

All Known Implementing Classes:
BasicFilterUsageNotifier

public interface FilterUsageNotifier
Interface to implement for registering a callback for each time a filter is used. User: michaels Date: 5/13/14 Time: 9:55 PM
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(ZuulFilter<?,?> filter, ExecutionStatus status)