Address twitter review suggestions

This commit is contained in:
Christian Tzolov
2020-06-24 09:58:26 +02:00
parent bd48ead4e6
commit 9792768d55
24 changed files with 46 additions and 454 deletions

View File

@@ -80,7 +80,7 @@ public class TwitterTrendFunctionConfiguration {
}
@Bean
public Function<Message<?>, Message<byte[]>> trendOrTrendLocationsFunction(
public Function<Message<?>, Message<byte[]>> twitterTrendFunction(
Function<Object, Message<byte[]>> managedJson, Function<Message<?>, Trends> trend,
TwitterTrendFunctionProperties properties, Function<Message<?>,
List<Location>> closestOrAvailableTrends) {