Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0c6dfc8580ac394063fae7847c341e28f145500a
[sdc.git]
/
1
package org.openecomp.sdc.destinationprovider;
2
3
import java.util.List;
4
5
/**
6
* @author avrahamg
7
* @since July 09, 2017
8
*/
9
public interface DestinationProvider {
10
List<String> getSubscribers();
11
}