Class UserAgent

java.lang.Object
jadex.micro.messagequeue.UserAgent

public class UserAgent extends Object
Example queue user that registers at the queue with a topic and publishes a number of topics before terminating.
  • Field Details

    • agent

      protected jadex.core.IComponent agent
      The agent.
    • topic

      protected String topic
      The topic.
  • Constructor Details

    • UserAgent

      public UserAgent()
    • UserAgent

      public UserAgent(String topic)
  • Method Details