Class LogDispatcher

java.lang.Object
ch.autumo.beetroot.server.modules.log.LogDispatcher
All Implemented Interfaces:
Dispatcher

public class LogDispatcher extends Object implements Dispatcher
Log Extended Dispatcher. Add the following server configuration parameter: dispatcher_probe=ch.autumo.beetroot.server.modules.log.LogDispatcher
  • Field Details

  • Constructor Details

    • LogDispatcher

      public LogDispatcher()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: Dispatcher
      Returns an unique ID for this dispatcher.
      Specified by:
      getId in interface Dispatcher
      Returns:
      unique ID
    • dispatch

      public ClientAnswer dispatch(ServerCommand serverCommand)
      Description copied from interface: Dispatcher
      Dispatch server command and deliver an answer for the client.
      Specified by:
      dispatch in interface Dispatcher
      Parameters:
      serverCommand - server command
      Returns:
      client answer