ing
This commit is contained in:
parent
bd3e1676ed
commit
cbfcd3f6db
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user