Class NetworkConfigFactory
- java.lang.Object
-
- com.mtfelisb.flink.connectors.elasticsearch.sink.NetworkConfigFactory
-
- All Implemented Interfaces:
INetworkConfigFactory,Serializable
public class NetworkConfigFactory extends Object implements INetworkConfigFactory
NetworkConfigFactory A factory that implements the INetworkConfigFactory interface to create valid ElasticsearchClient instances- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkConfigFactory(String host, int port, String username, String password)
-
-
-
Method Detail
-
create
public co.elastic.clients.elasticsearch.ElasticsearchClient create()
- Specified by:
createin interfaceINetworkConfigFactory
-
-