Class RetrieveItemsModule.Xep0136ItemHandler<Q extends QueryCriteria,​I extends MessageArchiveRepository.Item>

  • All Implemented Interfaces:
    tigase.xmpp.mam.MAMRepository.ItemHandler<Q,​tigase.xmpp.mam.MAMRepository.Item>
    Enclosing class:
    RetrieveItemsModule

    @Bean(name="xep0136ItemHandler",
          parent=MessageArchiveComponent.class,
          active=true)
    public static class RetrieveItemsModule.Xep0136ItemHandler<Q extends QueryCriteria,​I extends MessageArchiveRepository.Item>
    extends java.lang.Object
    implements tigase.xmpp.mam.MAMRepository.ItemHandler<Q,​tigase.xmpp.mam.MAMRepository.Item>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void itemFound​(Q query, I item)  
      void itemFound​(Q query, tigase.xmpp.mam.MAMRepository.Item item)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Xep0136ItemHandler

        public Xep0136ItemHandler()
    • Method Detail

      • itemFound

        public void itemFound​(Q query,
                              tigase.xmpp.mam.MAMRepository.Item item)
        Specified by:
        itemFound in interface tigase.xmpp.mam.MAMRepository.ItemHandler<Q extends QueryCriteria,​I extends MessageArchiveRepository.Item>
      • itemFound

        public void itemFound​(Q query,
                              I item)