com.github.fartherp.framework.remoting.RemotingService Maven / Gradle / Ivy
/*
* Copyright (c) 2017. CK. All rights reserved.
*/
package com.github.fartherp.framework.remoting;
public interface RemotingService {
void start();
void shutdown();
void registerRPCHook(RPCHook rpcHook);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy