-
Notifications
You must be signed in to change notification settings - Fork 163
/
Copy pathspring-retry.yaml
45 lines (45 loc) · 2.45 KB
/
spring-retry.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
"functions":
- "name": "[org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor].invoke(org.aopalliance.intercept.MethodInvocation)"
"params":
- "name": "arg0"
"type": "org.aopalliance.intercept.MethodInvocation"
"return_type": "java.lang.Object"
"signature": "[org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor].invoke(org.aopalliance.intercept.MethodInvocation)"
- "name": "[org.springframework.retry.policy.CompositeRetryPolicy].canRetry(org.springframework.retry.RetryContext)"
"params":
- "name": "arg0"
"type": "org.springframework.retry.RetryContext"
"return_type": "boolean"
"signature": "[org.springframework.retry.policy.CompositeRetryPolicy].canRetry(org.springframework.retry.RetryContext)"
- "name": "[org.springframework.retry.policy.CompositeRetryPolicy].registerThrowable(org.springframework.retry.RetryContext,java.lang.Throwable)"
"params":
- "name": "arg0"
"type": "org.springframework.retry.RetryContext"
- "name": "arg1"
"type": "java.lang.Throwable"
"return_type": "void"
"signature": "[org.springframework.retry.policy.CompositeRetryPolicy].registerThrowable(org.springframework.retry.RetryContext,java.lang.Throwable)"
- "name": "[org.springframework.retry.policy.CircuitBreakerRetryPolicy].registerThrowable(org.springframework.retry.RetryContext,java.lang.Throwable)"
"params":
- "name": "arg0"
"type": "org.springframework.retry.RetryContext"
- "name": "arg1"
"type": "java.lang.Throwable"
"return_type": "void"
"signature": "[org.springframework.retry.policy.CircuitBreakerRetryPolicy].registerThrowable(org.springframework.retry.RetryContext,java.lang.Throwable)"
- "name": "[org.springframework.retry.policy.CircuitBreakerRetryPolicy].canRetry(org.springframework.retry.RetryContext)"
"params":
- "name": "arg0"
"type": "org.springframework.retry.RetryContext"
"return_type": "boolean"
"signature": "[org.springframework.retry.policy.CircuitBreakerRetryPolicy].canRetry(org.springframework.retry.RetryContext)"
- "name": "[org.springframework.classify.BackToBackPatternClassifier].classify(java.lang.Object)"
"params":
- "name": "arg0"
"type": "java.lang.Object"
"return_type": "java.lang.Object"
"signature": "[org.springframework.classify.BackToBackPatternClassifier].classify(java.lang.Object)"
"language": "jvm"
"project": "spring-retry"
"target_name": "PatternMatcher_match_Fuzzer"
"target_path": "/src/PatternMatcher_match_Fuzzer.java"