Interface FeedClient

  • All Superinterfaces:
    AutoCloseable, Closeable

    public interface FeedClient
    extends Closeable
    Asynchronous feed client accepting document operations as JSON. The payload should be the same as the HTTP payload required by the /document/v1 HTTP API, i.e.,
         {
             "fields": {
                 ...
             }
         }
     
    Author:
    bjorncs, jonmv