Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenFeign/feign
/ builder
Method
builder
core/src/main/java/feign/AsyncFeign.java:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
@Experimental
46
public
final
class
AsyncFeign<C> {
47
public
static
<C> AsyncBuilder<C> builder() {
48
return
new
AsyncBuilder<>();
49
}
50
51
/**
52
* @deprecated use {@link #builder()} instead.
Callers
15
internalBuild
Method · 0.95
checkEnrichTouchesAllAsyncBuilderFields
Method · 0.95
usesProvidedExecutorService
Method · 0.95
defaultExecutorServiceStillExecutesRequests
Method · 0.95
throwsFeignExceptionIncludingBody
Method · 0.95
throwsFeignExceptionWithoutBody
Method · 0.95
ensureRetryerClonesItself
Method · 0.95
throwsOriginalExceptionAfterFailedRetries
Method · 0.95
throwsRetryableExceptionIfNoUnderlyingCause
Method · 0.95
whenReturnTypeIsResponseNoErrorHandling
Method · 0.95
cancelRetry
Method · 0.95
equalsHashCodeAndToStringWork
Method · 0.95
Calls
no outgoing calls
Tested by
15
checkEnrichTouchesAllAsyncBuilderFields
Method · 0.76
usesProvidedExecutorService
Method · 0.76
defaultExecutorServiceStillExecutesRequests
Method · 0.76
throwsFeignExceptionIncludingBody
Method · 0.76
throwsFeignExceptionWithoutBody
Method · 0.76
ensureRetryerClonesItself
Method · 0.76
throwsOriginalExceptionAfterFailedRetries
Method · 0.76
throwsRetryableExceptionIfNoUnderlyingCause
Method · 0.76
whenReturnTypeIsResponseNoErrorHandling
Method · 0.76
cancelRetry
Method · 0.76
equalsHashCodeAndToStringWork
Method · 0.76
decodeLogicSupportsByteArray
Method · 0.76