Class AdapterCallPersisterFactory.Selector

    • Constructor Summary

      Constructors 
      Constructor Description
      Selector​(Serializer serializer, boolean oracle)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<AdapterCall> dequeue​(java.sql.Connection connection, java.util.Collection<java.lang.String> adapterIds, int maxRows)  
      • Methods inherited from class java.lang.Object

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

      • Selector

        public Selector​(Serializer serializer,
                        boolean oracle)
    • Method Detail

      • dequeue

        public java.util.List<AdapterCall> dequeue​(java.sql.Connection connection,
                                                   java.util.Collection<java.lang.String> adapterIds,
                                                   int maxRows)
                                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException