mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 10:59:03 +00:00
#114 Fixed checkstyle issue
This commit is contained in:
+3
-1
@@ -32,6 +32,8 @@ public class AggregatorRoute extends RouteBuilder {
|
||||
@Override
|
||||
public void configure() throws Exception {
|
||||
// Main route
|
||||
from("{{entry}}").aggregate(constant(true), aggregator).completionSize(3).completionInterval(2000).to("{{endpoint}}");
|
||||
from("{{entry}}").aggregate(constant(true), aggregator)
|
||||
.completionSize(3).completionInterval(2000)
|
||||
.to("{{endpoint}}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user