Package org.teamapps.protocol.schema
Class AbstractClusterService
java.lang.Object
org.teamapps.protocol.schema.AbstractClusterService
public abstract class AbstractClusterService
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description AbstractClusterService(ClusterServiceRegistry clusterServiceRegistry, java.lang.String serviceName) -
Method Summary
Modifier and Type Method Description java.lang.StringgetServiceName()abstract MessageObjecthandleMessage(java.lang.String method, MessageObject request)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractClusterService
public AbstractClusterService(ClusterServiceRegistry clusterServiceRegistry, java.lang.String serviceName)
-
-
Method Details
-
getServiceName
public java.lang.String getServiceName() -
handleMessage
-