aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/aai/PombaClientInterface.java
blob: 328f31accf521049a28c097996ae6b25ad3d0ac9 (plain)
1
2
3
4
5
6
7
package org.onap.vid.aai;

import org.onap.vid.model.PombaInstance.PombaRequest;

public interface PombaClientInterface {
    void verify(PombaRequest request);
}