Class IOExecutionContext

java.lang.Object
com.here.platform.data.client.utils.IOExecutionContext

public final class IOExecutionContext extends Object
Wrapper used to implicit inject the IO execution context with normal execution context.
  • 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()