-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Conor Flynn
committed
Feb 1, 2023
1 parent
2a98f6a
commit a3750de
Showing
4 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...Data-Engine/Api-Handler/src/main/java/org/stream/external/requester/RequestRecursive.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| package org.stream.external.requester; | ||
|
|
||
| import java.util.HashMap; | ||
|
|
||
| import okhttp3.Request; | ||
|
|
||
| public class RequestRecursive extends RequestFramework { | ||
|
|
||
| public RequestRecursive(String url, HashMap<String, String> properties, HashMap<String, String> headers, | ||
| String[] tags) { | ||
| super(url, properties, headers, tags); | ||
| } | ||
|
|
||
| public void process(HashMap<String, String> properties, HashMap<String, String> headers) { | ||
|
|
||
| } | ||
| } |
9 changes: 9 additions & 0 deletions
9
DeFi-Data-Engine/Api-Handler/src/main/java/test/application/TestRecursiveRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| package test.application; | ||
|
|
||
|
|
||
| public class TestRecursiveRequest { | ||
|
|
||
| public static void main(String[] args) { | ||
|
|
||
| } | ||
| } |
Binary file modified
BIN
+272 Bytes
(110%)
...ta-Engine/Api-Handler/target/classes/org/stream/external/requester/RequestFramework.class
Binary file not shown.