Class JHttpLocationServiceFactory


  • public class JHttpLocationServiceFactory
    extends java.lang.Object
    The factory is used to create ILocationService instance.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ILocationService makeLocalClient​(akka.actor.typed.ActorSystem<?> actorSystem, akka.stream.Materializer mat)
      Use this factory method to create http location client when location server is running locally.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JHttpLocationServiceFactory

        public JHttpLocationServiceFactory()
    • Method Detail

      • makeLocalClient

        public static ILocationService makeLocalClient​(akka.actor.typed.ActorSystem<?> actorSystem,
                                                       akka.stream.Materializer mat)
        Use this factory method to create http location client when location server is running locally. HTTP Location server runs on port 7654.
        Parameters:
        actorSystem - (undocumented)
        mat - (undocumented)
        Returns:
        (undocumented)