ing
This commit is contained in:
parent
1865c8f17a
commit
4abb98f38b
|
@ -0,0 +1,11 @@
|
||||||
|
package com.loafle.overflow.module.core.interfaces;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Service
|
||||||
|
*/
|
||||||
|
public interface Service {
|
||||||
|
void initService() throws Exception;
|
||||||
|
void startService() throws Exception;
|
||||||
|
void stopService();
|
||||||
|
void destroyService();
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user