Class JHttpLocationServiceFactory$


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ILocationService makeLocalClient​(akka.actor.typed.ActorSystem<?> actorSystem)
      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 ILocationService makeLocalClient​(akka.actor.typed.ActorSystem<?> actorSystem)
        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)
        Returns:
        (undocumented)