Class AbstractClusterService

java.lang.Object
org.teamapps.protocol.service.AbstractClusterService

public abstract class AbstractClusterService
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    AbstractClusterService​(ServiceRegistry serviceRegistry, java.lang.String serviceName)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getServiceName()  
    abstract byte[] handleMessage​(java.lang.String method, byte[] bytes, FileProvider fileProvider, FileSink fileSink)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractClusterService

      public AbstractClusterService​(ServiceRegistry serviceRegistry, java.lang.String serviceName)
  • Method Details

    • getServiceName

      public java.lang.String getServiceName()
    • handleMessage

      public abstract byte[] handleMessage​(java.lang.String method, byte[] bytes, FileProvider fileProvider, FileSink fileSink) throws java.io.IOException
      Throws:
      java.io.IOException