Package com.github.euler.elasticsearch
Class ElasticsearchSourceConfigConverter
- java.lang.Object
-
- com.github.euler.configuration.AbstractSourceConfigConverter
-
- com.github.euler.elasticsearch.ElasticsearchSourceConfigConverter
-
- All Implemented Interfaces:
TypeConfigConverter<akka.actor.typed.Behavior<SourceCommand>>
public class ElasticsearchSourceConfigConverter extends AbstractSourceConfigConverter
-
-
Constructor Summary
Constructors Constructor Description ElasticsearchSourceConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconfigType()akka.actor.typed.Behavior<SourceCommand>convert(com.typesafe.config.Config config, ConfigContext ctx, TypesConfigConverter typeConfigConverter)protected org.elasticsearch.client.RestHighLevelClientgetClient(com.typesafe.config.Config config, ConfigContext ctx, TypesConfigConverter typeConfigConverter)protected com.typesafe.config.ConfiggetDefaultConfig()-
Methods inherited from class com.github.euler.configuration.AbstractSourceConfigConverter
type
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.euler.configuration.TypeConfigConverter
getDescription
-
-
-
-
Method Detail
-
configType
public String configType()
-
convert
public akka.actor.typed.Behavior<SourceCommand> convert(com.typesafe.config.Config config, ConfigContext ctx, TypesConfigConverter typeConfigConverter)
-
getClient
protected org.elasticsearch.client.RestHighLevelClient getClient(com.typesafe.config.Config config, ConfigContext ctx, TypesConfigConverter typeConfigConverter)
-
getDefaultConfig
protected com.typesafe.config.Config getDefaultConfig()
-
-