Class IOExecutionContext
java.lang.Object
com.here.platform.data.client.utils.IOExecutionContext
Wrapper used to implicit inject the IO execution context with normal execution context.
-
Constructor Summary
ConstructorsConstructorDescriptionIOExecutionContext(org.apache.pekko.dispatch.MessageDispatcher messageDispatcher) -
Method Summary
Modifier and TypeMethodDescription<T> scala.concurrent.Future<T>blocking(scala.Function0<T> block) org.apache.pekko.dispatch.MessageDispatcher
-
Constructor Details
-
IOExecutionContext
public IOExecutionContext(org.apache.pekko.dispatch.MessageDispatcher messageDispatcher)
-
-
Method Details
-
blocking
public <T> scala.concurrent.Future<T> blocking(scala.Function0<T> block) -
messageDispatcher
public org.apache.pekko.dispatch.MessageDispatcher messageDispatcher()
-