arjun4084346 commented on a change in pull request #2580: GOBBLIN-709:  Provide 
an option to disallow concurrent flow execution…
URL: https://github.com/apache/incubator-gobblin/pull/2580#discussion_r269407533
 
 

 ##########
 File path: 
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/Orchestrator.java
 ##########
 @@ -152,6 +160,13 @@ public SpecCompiler getSpecCompiler() {
     return this.specCompiler;
   }
 
+  /**
+   * Setter for setting the {@link FlowStatusGenerator}.
+   */
+  public void setFlowStatusGenerator(FlowStatusGenerator flowStatusGenerator) {
+    this.flowStatusGenerator = flowStatusGenerator;
 
 Review comment:
   You can use @Setter

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to