Skip navigation links
C L 

C

close() - Method in class com.lightbend.lagom.javadsl.client.integration.LagomClientFactory
Close all resources associated with this client factory.
com.lightbend.lagom.javadsl.client.integration - package com.lightbend.lagom.javadsl.client.integration
 
create(String, ClassLoader, ActorSystem, Materializer) - Static method in class com.lightbend.lagom.javadsl.client.integration.LagomClientFactory
Creates a Lagom client factory.
create(String, ClassLoader) - Static method in class com.lightbend.lagom.javadsl.client.integration.LagomClientFactory
Creates a Lagom client factory.
createClient(Class<T>, ServiceLocator) - Method in class com.lightbend.lagom.javadsl.client.integration.LagomClientFactory
Create a Lagom service client for the given client interface using the given service locator.
createClient(Class<T>, URI) - Method in class com.lightbend.lagom.javadsl.client.integration.LagomClientFactory
Create a Lagom service client that uses the given URI.
createClient(Class<T>, Collection<URI>) - Method in class com.lightbend.lagom.javadsl.client.integration.LagomClientFactory
Create a Lagom service client that uses the given URIs.
createDevClient(Class<T>) - Method in class com.lightbend.lagom.javadsl.client.integration.LagomClientFactory
Create a Lagom service client that uses the Lagom dev mode service locator to locate the service.
createDevClient(Class<T>, URI) - Method in class com.lightbend.lagom.javadsl.client.integration.LagomClientFactory
Create a Lagom service client that uses the Lagom dev mode service locator to locate the service.

L

LagomClientFactory - Class in com.lightbend.lagom.javadsl.client.integration
Factory for creating Lagom service clients.
C L 
Skip navigation links