Interface and Description |
---|
com.lightbend.lagom.javadsl.persistence.cassandra.CassandraConfig
This class became obsolete and will be removed on next release. Since 1.4.0.
|
Class and Description |
---|
com.lightbend.lagom.javadsl.persistence.cassandra.CassandraContactPoint
since 1.4.0 - This class became obsolete and will be removed on next release.
|
com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor
Use ReadSideProcessor instead with CassandraReadSide builder. Since 1.2.0.
|
com.lightbend.lagom.javadsl.api.ConfigurationServiceLocator
use
ConfigurationServiceLocator instead. |
Constructor and Description |
---|
com.lightbend.lagom.javadsl.client.CircuitBreakingServiceLocator(CircuitBreakers)
Use constructor accepting
CircuitBreakersPanel instead |
com.lightbend.lagom.javadsl.api.ConfigurationServiceLocator(Configuration) |
com.lightbend.lagom.javadsl.client.ConfigurationServiceLocator(Configuration, CircuitBreakers)
Use constructor accepting
CircuitBreakersPanel instead |
com.lightbend.lagom.javadsl.persistence.PersistentEntityRef(String, ActorRef, ActorSystem, FiniteDuration) |
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. |