We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568fd4e commit fcf4d96Copy full SHA for fcf4d96
core/src/main/java/com/flipkart/gjex/core/filter/Filter.java
@@ -37,9 +37,7 @@ default void destroy() {}
37
/**
38
* Function for creating new instance of this Filter
39
*/
40
- default Filter<Req, Res> getNewInstance() {
41
- return null;
42
- }
+ Filter<Req, Res> getNewInstance();
43
44
45
* Call-back to process Request headers and Filter out processing of the next incoming Request Proto V3 body/message.
0 commit comments