Class SenderStub<T>

    • Method Detail

      • create

        public static <T> SenderStub<T> create()
      • append

        public <R extends ListWA<T>> R append​(T arg)
        Specified by:
        append in interface ListWA<T>
      • flush

        public void flush()
        Description copied from interface: Flushable
        Used in order to circumvent checked exceptions.
        Specified by:
        flush in interface Flushable
        Specified by:
        flush in interface Flushable
      • flushCount

        public int flushCount()
      • closed

        public boolean closed()
      • storage

        public List<T> storage()