Interface NextAction
-
- All Known Implementing Classes:
RerunFilterAction
public interface NextActionThe interface defines the instruction for aFilterChain, how it should continue filter chain execution.- Author:
- Alexey Stashok
- See Also:
Filter,FilterChain
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description inttype()Get NextAction type
-