Interface FilterChain
- All Known Implementing Classes:
DefaultFilterChain
public interface FilterChain
Represents a chain of filters to apply.
- Since:
- 1.0.0
-
Method Summary
-
Method Details
-
applyNext
Applies the next filter.- Parameters:
context- The current context- Returns:
- A result
- Since:
- 1.0.0
-