Merge "DR AAF CADI integration"
authorConor Ward <conor.ward@est.tech>
Mon, 1 Apr 2019 15:50:38 +0000 (15:50 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 1 Apr 2019 15:50:38 +0000 (15:50 +0000)
1  2 
datarouter-node/src/main/java/org/onap/dmaap/datarouter/node/DeliveryTask.java
pom.xml

@@@ -64,9 -64,9 +64,10 @@@ public class DeliveryTask implements Ru
      private String feedid;
      private String subid;
      private int attempts;
+     private boolean followRedirects;
      private String[][] hdrs;
      private String newInvocationId;
 +    private long resumeTime;
  
  
      /**
      /**
       * Get the feed ID for this delivery task
       */
 -    public String getFeedId() {
 +    String getFeedId() {
          return (feedid);
      }
+     /**
+      * Get the followRedirects for this delivery task
+      */
+     public boolean getFollowRedirects() {
+         return(followRedirects);
+     }
  }
diff --cc pom.xml
Simple merge