MCPcopy Index your code
hub / github.com/OpenFeign/feign / next

Method next

core/src/main/java/feign/interceptor/MethodInterceptor.java:96–96  ·  view source on GitHub ↗

Delegate to the rest of the chain. @param invocation invocation context (typically the same instance received by #intercept(Invocation, Chain)) @return value produced by the downstream chain

(Invocation invocation)

Source from the content-addressed store, hash-verified

94 * @return value produced by the downstream chain
95 */
96 Object next(Invocation invocation) throws Throwable;
97 }
98}

Callers 15

interceptMethod · 0.65
firstHeaderMethod · 0.65
localeMethod · 0.65
mediaTypeMethod · 0.65
mainMethod · 0.65
nextMethod · 0.65
asListMethod · 0.65
mainMethod · 0.65
runMethod · 0.65
nextMethod · 0.65
doNotCloseAfterDecodeMethod · 0.65

Implementers 7

WikipediaExampleexample-wikipedia/src/main/java/exampl
Jackson3Iteratorjackson3/src/main/java/feign/jackson3/
WikipediaApplicationexample-wikipedia-with-springboot/src/
FeignBuilderTestcore/src/test/java/feign/FeignBuilderT
TestCloseableIteratorcore/src/test/java/feign/stream/Stream
ChunkTokenizercore/src/main/java/feign/template/Temp
JacksonIteratorjackson/src/main/java/feign/jackson/Ja

Calls

no outgoing calls