Interface Client.DirectSendHandler

Enclosing class:
Client

public static interface Client.DirectSendHandler
Handler invoked for direct, real-time command dispatch omitting the queue.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sends a command to the client.
  • Method Details

    • send

      void send(ClientCommand cmd) throws Exception
      Sends a command to the client.
      Parameters:
      cmd - the command to send
      Throws:
      Exception - if an error occurs during delivery