aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/aai/PombaClientInterface.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/aai/PombaClientInterface.java')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/aai/PombaClientInterface.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/aai/PombaClientInterface.java b/vid-app-common/src/main/java/org/onap/vid/aai/PombaClientInterface.java
new file mode 100644
index 000000000..328f31acc
--- /dev/null
+++ b/vid-app-common/src/main/java/org/onap/vid/aai/PombaClientInterface.java
@@ -0,0 +1,7 @@
+package org.onap.vid.aai;
+
+import org.onap.vid.model.PombaInstance.PombaRequest;
+
+public interface PombaClientInterface {
+ void verify(PombaRequest request);
+} \ No newline at end of file