public interface IZuulFilter
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
run()
if shouldFilter() is true, this method will be invoked.
|
boolean |
shouldFilter()
a "true" return from this method means that the run() method should be invoked
|
boolean shouldFilter()
java.lang.Object run()
throws ZuulException
ZuulException - if an error occurs during execution.