Interface Outbox


  • public interface Outbox
    Represents an outbox that will return new items on this instance, automatically removing items older than the timestamp given.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void fetch​(java.util.Calendar time, java.io.OutputStream out)
      Fetch items from the outbox, having a last modified time greater than the given optional time, automatically removing items that are older.
      java.lang.String getPath()
      Returns the outbox path.
      void put​(ReplicationAction action)
      Put an empty item in the outbox with a replication action other than ReplicationActionType.ACTIVATE.
      void put​(ReplicationAction action, java.io.InputStream in)
      Put item in the outbox.