forked from datakaveri/dx-resource-server
-
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.
Merge pull request datakaveri#519 from ankitmashu/enhancement/callbac…
…k_subs remove call back subscriptions
- Loading branch information
Showing
11 changed files
with
10 additions
and
2,324 deletions.
There are no files selected for viewing
125 changes: 0 additions & 125 deletions
125
src/main/java/iudx/resource/server/apiserver/subscription/CallbackSubscription.java
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
src/main/java/iudx/resource/server/apiserver/subscription/SubsType.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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
package iudx.resource.server.apiserver.subscription; | ||
|
||
public enum SubsType { | ||
CALLBACK("CALLBACK"), | ||
STREAMING("STREAMING"); | ||
|
||
public final String type; | ||
|
||
SubsType(String type) { | ||
this.type = type; | ||
} | ||
|
||
} |
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
74 changes: 0 additions & 74 deletions
74
src/main/java/iudx/resource/server/callback/CallbackService.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.