- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {ArrayList a =
new ArrayList<String>()
new ArrayList()
new ArrayList<Object>()
- Smart code suggestions by Codota
}
/** * Timeout for this writer. * @param sensorName n/a * @return timeout in ms */ @Override public int getBatchTimeout(String sensorName) { return config.orElse(new EnrichmentConfigurations()).getBatchTimeout(); }