mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-06 17:36:43 +00:00
Move Plex to API-driven plugin and fix NoClassDefFoundError on startup
This commit is contained in:
8
server/src/main/java/dev/plex/services/IService.java
Normal file
8
server/src/main/java/dev/plex/services/IService.java
Normal file
@ -0,0 +1,8 @@
|
||||
package dev.plex.services;
|
||||
|
||||
public interface IService
|
||||
{
|
||||
void run();
|
||||
|
||||
int repeatInSeconds();
|
||||
}
|
Reference in New Issue
Block a user