Class QueryDispatchSendQuery

java.lang.Object
septogeddon.pluginquery.message.QueryObject
septogeddon.pluginquery.message.QueryDispatchSendQuery
All Implemented Interfaces:
Serializable

public class QueryDispatchSendQuery extends QueryObject
See Also:
  • Constructor Details

    • QueryDispatchSendQuery

      public QueryDispatchSendQuery(SocketAddress address, String channel, byte[] message, boolean queue)
  • Method Details

    • getAddress

      public SocketAddress getAddress()
    • isQueue

      public boolean isQueue()
    • getChannel

      public String getChannel()
    • getMessage

      public byte[] getMessage()