Interface QueueServerHandler<Server extends QueueServer>


public interface QueueServerHandler<Server extends QueueServer>
Interface for interacting with a queue server. This is used when a TaskThread has been suspended and put on a server queue and that entry is being processed by a queue server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Interact with a queue server.
  • Method Details

    • interactWith

      void interactWith(Server server)
      Interact with a queue server. This method is called when this object is at the head of a server queue and ready to be processed by a queue server.
      Parameters:
      server - the server handling this QueueCallable