public class JHttpLocationServiceFactory$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static JHttpLocationServiceFactory$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
JHttpLocationServiceFactory$() |
Modifier and Type | Method and Description |
---|---|
ILocationService |
makeLocalClient(akka.actor.ActorSystem actorSystem,
akka.stream.Materializer mat)
Use this factory method to create http location client when location server is running locally.
|
public static final JHttpLocationServiceFactory$ MODULE$
public ILocationService makeLocalClient(akka.actor.ActorSystem actorSystem, akka.stream.Materializer mat)
actorSystem
- (undocumented)mat
- (undocumented)