Class PubSubComponentClustered.PacketForwardCommand

  • All Implemented Interfaces:
    Comparable<tigase.cluster.api.CommandListener>, tigase.cluster.api.CommandListener
    Enclosing class:
    PubSubComponentClustered

    @Bean(name="packetForwardCmd",
          parent=PubSubComponentClustered.class,
          active=true)
    public static class PubSubComponentClustered.PacketForwardCommand
    extends tigase.cluster.api.CommandListenerAbstract
    • Constructor Detail

      • PacketForwardCommand

        public PacketForwardCommand()
    • Method Detail

      • executeCommand

        public void executeCommand​(tigase.xmpp.jid.JID fromNode,
                                   Set<tigase.xmpp.jid.JID> visitedNodes,
                                   Map<String,​String> data,
                                   Queue<tigase.xml.Element> packets)
                            throws tigase.cluster.api.ClusterCommandException
        Throws:
        tigase.cluster.api.ClusterCommandException