ing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.loafle.overflow.service.container;
|
||||
|
||||
/**
|
||||
* CollectorService
|
||||
*/
|
||||
public interface CollectorService {
|
||||
}
|
||||
@@ -12,6 +12,4 @@ import com.loafle.overflow.core.interfaces.Service;
|
||||
public interface CrawlerService extends Service {
|
||||
@ProbeAPI
|
||||
void Auth(String crawlerName, Map<String, Object> authInfoMap) throws OverflowException;
|
||||
@ProbeAPI
|
||||
Map<String, String> Get(String sensorConfigID) throws OverflowException;
|
||||
}
|
||||
Reference in New Issue
Block a user