Interface and Description |
---|
com.lightbend.lagom.javadsl.persistence.testkit.AbstractTestUtil
Internal interface, not intended for direct use. Since 1.5.0.
|
com.lightbend.lagom.javadsl.persistence.cassandra.CassandraConfig
This class became obsolete and will be removed on next release. Since 1.4.0.
|
Constructor and Description |
---|
com.lightbend.lagom.javadsl.client.CircuitBreakingServiceLocator(CircuitBreakers)
Use constructor accepting
CircuitBreakersPanel instead |
com.lightbend.lagom.javadsl.persistence.PersistentEntityRef(String, ActorRef, ActorSystem, FiniteDuration) |
com.lightbend.lagom.javadsl.persistence.PersistentEntityRef(String, ActorRef, FiniteDuration)
As of Lagom 1.5. Use
PersistentEntityRef.PersistentEntityRef(String, ActorRef, Duration)
instead. |
com.lightbend.lagom.javadsl.api.ServiceInfo(String)
use
ServiceInfo.ServiceInfo(String, PMap) instead. |
com.lightbend.lagom.javadsl.api.ServiceInfo(String, PMap<String, PSequence<ServiceAcl>>)
use
ServiceInfo.of(String, ServiceAcl...) instead. |