Class DataClientFlinkContext
java.lang.Object
com.here.platform.data.client.flink.impl.DataClientFlinkContext
- All Implemented Interfaces:
DataClientContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.actor.ActorSystemscala.concurrent.ExecutionContextExecutororg.apache.pekko.stream.Materializerorg.apache.pekko.Done
-
Constructor Details
-
DataClientFlinkContext
public DataClientFlinkContext(org.apache.pekko.actor.ActorSystem actorSystem)
-
-
Method Details
-
actorSystem
public org.apache.pekko.actor.ActorSystem actorSystem()- Specified by:
actorSystemin interfaceDataClientContext
-
dispatcher
public scala.concurrent.ExecutionContextExecutor dispatcher()- Specified by:
dispatcherin interfaceDataClientContext
-
materializer
public org.apache.pekko.stream.Materializer materializer()- Specified by:
materializerin interfaceDataClientContext
-
terminate
public org.apache.pekko.Done terminate()- Specified by:
terminatein interfaceDataClientContext
-