Interface NTalkServer.Action

Enclosing class:
NTalkServer

public static interface NTalkServer.Action
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    onMessage(long jobId, byte[] msg, long clientId, long serverId, String serviceName)
     
  • Method Details

    • onMessage

      byte[] onMessage(long jobId, byte[] msg, long clientId, long serverId, String serviceName)