terrymanu commented on a change in pull request #1476:
URL: 
https://github.com/apache/shardingsphere-elasticjob/pull/1476#discussion_r492517002



##########
File path: 
elasticjob-api/src/main/java/org/apache/shardingsphere/elasticjob/api/JobConfiguration.java
##########
@@ -106,6 +111,8 @@ public static Builder newBuilder(final String jobName, 
final int shardingTotalCo
         private String jobExecutorServiceHandlerType;
         
         private String jobErrorHandlerType;
+    
+        private final Collection<String> jobListenerTypes = new ArrayList<>();

Review comment:
       Collection is better, HashSet is not ordered too.




----------------------------------------------------------------
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:
[email protected]


Reply via email to