Code Review
/
ccsdk
/
apps.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
89992f6fd988b35d8fed694d6a792173b83bb62e
[ccsdk/apps.git]
/
1
/**
2
*
3
*/
4
package org.opendaylight.mwtn.dcaeConnector.impl;
5
6
/**
7
* @author herbert
8
*
9
*/
10
public interface DcaeSender {
11
12
public String sendDcaePost(String body);
13
14
}