Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y 

A

AbstractCircuitBreakerStatus - Interface in com.lightbend.lagom.javadsl.server.status
 
AbstractLatency - Interface in com.lightbend.lagom.javadsl.server.status
Latency distribution for Exponentially Decaying Reservoir.
acceptedResponseProtocols() - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
Get the accepted response protocols for this request.
acceptResponseProtocols() - Method in interface com.lightbend.lagom.javadsl.api.deser.MessageSerializer
The message headers that will be accepted for response serialization.
acls() - Method in class com.lightbend.lagom.javadsl.api.Descriptor
The manually configured ACLs for this service.
actorSystemConfig(String) - Method in class com.lightbend.lagom.dev.LagomConfig$
 
actorSystemConfig(String) - Static method in class com.lightbend.lagom.dev.LagomConfig
 
ActorSystemModule - Class in com.lightbend.lagom.javadsl.cluster.testkit
 
ActorSystemModule(ActorSystem) - Constructor for class com.lightbend.lagom.javadsl.cluster.testkit.ActorSystemModule
 
addChangeListener(Function0<BoxedUnit>) - Method in class com.lightbend.lagom.dev.Reloader
 
addChangeListener(Function0<BoxedUnit>) - Method in interface com.lightbend.lagom.dev.Reloader.DevServer
Allows to register a listener that will be triggered a monitored file is changed.
addProjects(Seq<Project>, State) - Method in class com.lightbend.lagom.sbt.DynamicProjectAdder$
Add a list of projects to the state.
addProjects(Seq<Project>, State) - Static method in class com.lightbend.lagom.sbt.DynamicProjectAdder
Add a list of projects to the state.
address() - Method in class com.lightbend.lagom.discovery.ServiceRegistryActor.Found
 
address() - Method in class com.lightbend.lagom.gateway.ServiceGateway
 
afterPersist() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.PersistAll
 
afterPersist() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.PersistOne
 
AggregateEvent<E extends AggregateEvent<E>> - Interface in com.lightbend.lagom.javadsl.persistence
The base type of PersistentEntity events may implement this interface to make the events available for read-side processing.
AggregateEventTag<Event extends AggregateEvent<Event>> - Class in com.lightbend.lagom.javadsl.persistence
The base type of PersistentEntity events may implement this interface to make the events available for read-side processing.
AggregateEventTag(Class<Event>, String) - Constructor for class com.lightbend.lagom.javadsl.persistence.AggregateEventTag
 
AggregateEventTag$ - Class in com.lightbend.lagom.javadsl.persistence
 
AggregateEventTag$() - Constructor for class com.lightbend.lagom.javadsl.persistence.AggregateEventTag$
 
aggregateTag() - Method in interface com.lightbend.lagom.javadsl.persistence.AggregateEvent
 
aggregateTag() - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor
The processed events belong to a AggregateEventTag that is specified by this method, e.g.
allProblems(Incomplete) - Method in class com.lightbend.lagom.sbt.run.RunSupport$
 
allProblems(Seq<Incomplete>) - Method in class com.lightbend.lagom.sbt.run.RunSupport$
 
allProblems(Incomplete) - Static method in class com.lightbend.lagom.sbt.run.RunSupport
 
allProblems(Seq<Incomplete>) - Static method in class com.lightbend.lagom.sbt.run.RunSupport
 
app() - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest.TestServer
 
apply(Map<String, String>) - Method in class com.lightbend.lagom.discovery.UnmanagedServices$
 
apply(Map<String, String>) - Static method in class com.lightbend.lagom.discovery.UnmanagedServices
 
apply(int, int) - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$.PortRange
 
artifact() - Method in class com.lightbend.lagom.maven.ExternalProject
 
ask(Cmd) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntityRef
Send the command to the PersistentEntity.
asyncTryStop(LoggerProxy, ExecutionContext) - Method in class com.lightbend.lagom.dev.Servers$
 
asyncTryStop(LoggerProxy, ExecutionContext) - Static method in class com.lightbend.lagom.dev.Servers
 
authenticated() - Method in interface com.lightbend.lagom.javadsl.api.security.ServicePrincipal
Whether the service was authenticated.
autoAcl() - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Whether this descriptor will auto generate ACLs for each call.
autoAcl() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
Whether this service call should automatically define an ACL for the router to route external calls to it.
autoImport() - Method in class com.lightbend.lagom.sbt.Lagom$
 
autoImport() - Static method in class com.lightbend.lagom.sbt.Lagom
 
autoImport$() - Constructor for class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
autoImport$() - Constructor for class com.lightbend.lagom.sbt.LagomReloadableService.autoImport$
 
awaitPersistenceInit(ActorSystem) - Method in class com.lightbend.lagom.javadsl.persistence.testkit.TestUtil$
 
awaitPersistenceInit(ActorSystem) - Static method in class com.lightbend.lagom.javadsl.persistence.testkit.TestUtil
 
AwaitPersistenceInit() - Constructor for class com.lightbend.lagom.javadsl.persistence.testkit.TestUtil.AwaitPersistenceInit
 

B

BadRequest - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
A bad request, most often this will be equivalent to unsupported data.
behavior() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity
 
Behavior(State, Map<Class<? extends Event>, Function<? extends Event, PersistentEntity<Command, Event, State>.Behavior>>, Map<Class<? extends Command>, BiFunction<? extends Command, PersistentEntity<Command, Event, State>.CommandContext<Object>, PersistentEntity.Persist<? extends Event>>>) - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntity.Behavior
 
Behavior$() - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntity.Behavior$
 
bind(Class<T>) - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest$
Create a binding that can be used with the GuiceApplicationBuilder in the Setup, e.g.
bind(Class<T>) - Static method in class com.lightbend.lagom.javadsl.testkit.ServiceTest
Create a binding that can be used with the GuiceApplicationBuilder in the Setup, e.g.
bindClient(Class<T>) - Method in interface com.lightbend.lagom.javadsl.client.ServiceClientGuiceSupport
 
bindings(Environment, Configuration) - Method in class com.lightbend.lagom.javadsl.jackson.JacksonModule
 
bindings(Environment, Configuration) - Method in class com.lightbend.lagom.play.LagomPlayModule
 
bindServices(ServiceGuiceSupport.ServiceBinding<?>...) - Method in interface com.lightbend.lagom.javadsl.server.ServiceGuiceSupport
 
black(String) - Method in class com.lightbend.lagom.dev.Colors
 
blockUntilExit() - Method in class com.lightbend.lagom.dev.ConsoleHelper
 
blockUntilExit(Logger, PlayInteractionMode, Seq<Closeable>) - Method in class com.lightbend.lagom.sbt.SbtConsoleHelper$
 
blockUntilExit(Logger, PlayInteractionMode, Seq<Closeable>) - Static method in class com.lightbend.lagom.sbt.SbtConsoleHelper
 
blue(String) - Method in class com.lightbend.lagom.dev.Colors
 
BOOLEAN - Static variable in class com.lightbend.lagom.javadsl.api.deser.PathParamSerializers
A Boolean id serializer.
build() - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor.EventHandlersBuilder
When all event handlers have been defined the immutable EventHandlers is created with this method.
build() - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus.Builder
Builds a new CircuitBreakerStatus.
build() - Method in class com.lightbend.lagom.javadsl.server.status.Latency.Builder
Builds a new Latency.
Build - Class in com.lightbend.lagom.sbt.core
 
Build() - Constructor for class com.lightbend.lagom.sbt.core.Build
 
builder() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.Behavior
Create a BehaviorBuilder that corresponds to this Behavior, i.e.
builder() - Static method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Creates a builder for CircuitBreakerStatus.
builder() - Static method in class com.lightbend.lagom.javadsl.server.status.Latency
Creates a builder for Latency.
buildLink() - Method in interface com.lightbend.lagom.dev.Reloader.DevServer
 
buildSettings() - Method in class com.lightbend.lagom.sbt.LagomPlugin$
 
buildSettings() - Static method in class com.lightbend.lagom.sbt.LagomPlugin
 
bundleName() - Method in class com.lightbend.lagom.maven.RenameConductRBundleMojo
 

C

call(ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request, Response>>) - Method in class com.lightbend.lagom.javadsl.api.ScalaService$
 
call(ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request, Response>>) - Static method in class com.lightbend.lagom.javadsl.api.ScalaService
 
call(Creator<ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor.
call(Method) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor.
call(Descriptor.CallId, Object) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor.
callId() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
Get the id for the call.
calls() - Method in class com.lightbend.lagom.javadsl.api.Descriptor
 
cassandraCleanOnStart() - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
CassandraConfig - Interface in com.lightbend.lagom.javadsl.persistence.cassandra
 
CassandraContactPoint - Class in com.lightbend.lagom.javadsl.persistence.cassandra
 
cassandraEnabled() - Method in class com.lightbend.lagom.maven.ExternalProject
 
cassandraEnabled() - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
cassandraEnabled() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
cassandraEnabled() - Method in class com.lightbend.lagom.maven.StartMojo
 
cassandraEnabled() - Method in class com.lightbend.lagom.maven.StopCassandraMojo
 
cassandraJvmOptions() - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
cassandraKeySpace(String) - Method in class com.lightbend.lagom.dev.LagomConfig$
 
cassandraKeySpace(String) - Static method in class com.lightbend.lagom.dev.LagomConfig
 
cassandraMaxBootWaitingSeconds() - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
cassandraPort(int) - Method in class com.lightbend.lagom.dev.LagomConfig$
 
cassandraPort(int) - Static method in class com.lightbend.lagom.dev.LagomConfig
 
cassandraPort() - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
cassandraPort() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
cassandraPort() - Method in class com.lightbend.lagom.maven.StartMojo
 
CassandraReadSide - Interface in com.lightbend.lagom.javadsl.persistence.cassandra
CassandraReadSideProcessor<Event extends AggregateEvent<Event>> - Class in com.lightbend.lagom.javadsl.persistence.cassandra
Consume events produced by PersistentEntity instances and update one or more tables in Cassandra that are optimized for queries.
CassandraReadSideProcessor() - Constructor for class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor
 
CassandraReadSideProcessor.EventHandlers - Class in com.lightbend.lagom.javadsl.persistence.cassandra
 
CassandraReadSideProcessor.EventHandlersBuilder - Class in com.lightbend.lagom.javadsl.persistence.cassandra
Mutable builder for defining event handlers.
CassandraRuntime() - Method in class com.lightbend.lagom.sbt.Internal.Configs$
 
CassandraServer$() - Constructor for class com.lightbend.lagom.dev.Servers.CassandraServer$
 
CassandraSession - Class in com.lightbend.lagom.javadsl.persistence.cassandra
Data Access Object for Cassandra.
CassandraSession() - Constructor for class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
 
cause() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NoSerializer
 
cause() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotDeserializable
 
cause() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotSerializable
 
charset() - Method in class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
The charset of the protocol.
CircuitBreaker - Class in com.lightbend.lagom.javadsl.api
Circuit breaker descriptor.
circuitBreaker() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
Get the circuit breaker.
circuitBreaker() - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Get the default circuit breaker mode used by this service.
CircuitBreaker.CircuitBreakerId - Class in com.lightbend.lagom.javadsl.api
 
CircuitBreaker.NamedCircuitBreaker - Class in com.lightbend.lagom.javadsl.api
A named circuit breaker.
circuitBreakers() - Method in interface com.lightbend.lagom.javadsl.server.status.MetricsService
Stream of circuit breaker status
CircuitBreakerStatus - Class in com.lightbend.lagom.javadsl.server.status
Immutable implementation of AbstractCircuitBreakerStatus.
CircuitBreakerStatus.Builder - Class in com.lightbend.lagom.javadsl.server.status
Builds instances of type CircuitBreakerStatus.
CircuitBreakingServiceLocator - Class in com.lightbend.lagom.javadsl.client
Abstract service locator that provides circuit breaking.
CircuitBreakingServiceLocator(CircuitBreakers) - Constructor for class com.lightbend.lagom.javadsl.client.CircuitBreakingServiceLocator
 
classpath() - Method in class com.lightbend.lagom.dev.Reloader.CompileSuccess
 
clearPrincipal() - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
Return a copy of this request header with the principal cleared.
client(Class<S>) - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest.TestServer
Get the service client for a service.
close() - Method in class com.lightbend.lagom.dev.Reloader
 
close() - Method in class com.lightbend.lagom.discovery.ServiceLocatorServer
 
close() - Method in class com.lightbend.lagom.javadsl.client.integration.LagomClientFactory
Close all resources associated with this client factory.
cluster() - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest.Setup
 
clusterConfig() - Method in class com.lightbend.lagom.javadsl.persistence.testkit.TestUtil$
 
clusterConfig() - Static method in class com.lightbend.lagom.javadsl.persistence.testkit.TestUtil
 
Colors - Class in com.lightbend.lagom.dev
 
Colors(String) - Constructor for class com.lightbend.lagom.dev.Colors
 
com.lightbend.lagom.core - package com.lightbend.lagom.core
 
com.lightbend.lagom.dev - package com.lightbend.lagom.dev
 
com.lightbend.lagom.discovery - package com.lightbend.lagom.discovery
 
com.lightbend.lagom.discovery.impl - package com.lightbend.lagom.discovery.impl
 
com.lightbend.lagom.gateway - package com.lightbend.lagom.gateway
 
com.lightbend.lagom.javadsl.api - package com.lightbend.lagom.javadsl.api
 
com.lightbend.lagom.javadsl.api.deser - package com.lightbend.lagom.javadsl.api.deser
 
com.lightbend.lagom.javadsl.api.security - package com.lightbend.lagom.javadsl.api.security
 
com.lightbend.lagom.javadsl.api.transport - package com.lightbend.lagom.javadsl.api.transport
 
com.lightbend.lagom.javadsl.client - package com.lightbend.lagom.javadsl.client
 
com.lightbend.lagom.javadsl.client.integration - package com.lightbend.lagom.javadsl.client.integration
 
com.lightbend.lagom.javadsl.cluster.testkit - package com.lightbend.lagom.javadsl.cluster.testkit
 
com.lightbend.lagom.javadsl.immutable - package com.lightbend.lagom.javadsl.immutable
 
com.lightbend.lagom.javadsl.jackson - package com.lightbend.lagom.javadsl.jackson
 
com.lightbend.lagom.javadsl.persistence - package com.lightbend.lagom.javadsl.persistence
 
com.lightbend.lagom.javadsl.persistence.cassandra - package com.lightbend.lagom.javadsl.persistence.cassandra
 
com.lightbend.lagom.javadsl.persistence.testkit - package com.lightbend.lagom.javadsl.persistence.testkit
 
com.lightbend.lagom.javadsl.pubsub - package com.lightbend.lagom.javadsl.pubsub
 
com.lightbend.lagom.javadsl.server - package com.lightbend.lagom.javadsl.server
 
com.lightbend.lagom.javadsl.server.status - package com.lightbend.lagom.javadsl.server.status
 
com.lightbend.lagom.javadsl.testkit - package com.lightbend.lagom.javadsl.testkit
 
com.lightbend.lagom.maven - package com.lightbend.lagom.maven
 
com.lightbend.lagom.play - package com.lightbend.lagom.play
 
com.lightbend.lagom.sbt - package com.lightbend.lagom.sbt
 
com.lightbend.lagom.sbt.core - package com.lightbend.lagom.sbt.core
 
com.lightbend.lagom.sbt.run - package com.lightbend.lagom.sbt.run
 
com.lightbend.lagom.sbt.server - package com.lightbend.lagom.sbt.server
 
com.lightbend.lagom.serialization - package com.lightbend.lagom.serialization
 
command() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UnhandledCommand
 
CommandContext() - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntity.CommandContext
 
CommandEnvelope - Class in com.lightbend.lagom.javadsl.persistence
Commands to PersistentEntity are wrapped in this envelope when sent via PersistentEntityRef (i.e.
CommandEnvelope(String, Object) - Constructor for class com.lightbend.lagom.javadsl.persistence.CommandEnvelope
 
CommandEnvelope$ - Class in com.lightbend.lagom.javadsl.persistence
 
CommandEnvelope$() - Constructor for class com.lightbend.lagom.javadsl.persistence.CommandEnvelope$
 
commandFailed(Throwable) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.ReadOnlyCommandContext
Reply with a negative acknowledgment.
commandHandlers() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.Behavior
 
compare(PortAssigner.ProjectName, PortAssigner.ProjectName) - Method in class com.lightbend.lagom.dev.PortAssigner.ProjectName.OrderingProjectName$
 
compile(Function0<Result<Analysis>>, Function0<Result<Seq<Attributed<File>>>>, Function0<Option<Streams<Init<Scope>.ScopedKey<?>>>>) - Method in class com.lightbend.lagom.sbt.run.RunSupport$
 
compile(Function0<Result<Analysis>>, Function0<Result<Seq<Attributed<File>>>>, Function0<Option<Streams<Init<Scope>.ScopedKey<?>>>>) - Static method in class com.lightbend.lagom.sbt.run.RunSupport
 
CompileFailure(PlayException) - Constructor for class com.lightbend.lagom.dev.Reloader.CompileFailure
 
compileFailure(Option<Streams<Init<Scope>.ScopedKey<?>>>, Incomplete) - Method in class com.lightbend.lagom.sbt.run.RunSupport$
 
compileFailure(Option<Streams<Init<Scope>.ScopedKey<?>>>, Incomplete) - Static method in class com.lightbend.lagom.sbt.run.RunSupport
 
CompileFailure$() - Constructor for class com.lightbend.lagom.dev.Reloader.CompileFailure$
 
CompileSuccess(Map<String, Reloader.Source>, Seq<File>) - Constructor for class com.lightbend.lagom.dev.Reloader.CompileSuccess
 
CompileSuccess$() - Constructor for class com.lightbend.lagom.dev.Reloader.CompileSuccess$
 
completedStatement(BoundStatement) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor
Convenience method to create an already completed CompletionStage with one BoundStatement.
completedStatements(List<BoundStatement>) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor
Convenience method to create an already completed CompletionStage with several BoundStatement.
component(String) - Method in class com.lightbend.lagom.sbt.LagomImport$
 
component(String) - Static method in class com.lightbend.lagom.sbt.LagomImport
 
compose(Function<RequestHeader, ? extends ServerServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.server.HeaderServiceCall
Compose a header service call.
composeAsync(Function<RequestHeader, CompletionStage<? extends ServerServiceCall<Request, Response>>>) - Static method in interface com.lightbend.lagom.javadsl.server.HeaderServiceCall
Compose a header service call asynchronously.
composite(HeaderFilter...) - Static method in interface com.lightbend.lagom.javadsl.api.transport.HeaderFilter
Create a composite header filter from multiple header filters.
Composite(PSequence<HeaderFilter>) - Constructor for class com.lightbend.lagom.javadsl.api.transport.HeaderFilter.Composite
 
CompressedJsonable - Interface in com.lightbend.lagom.serialization
The serializer will compress the payload if the message class implements this marker interface and the payload is larger than the configured compress-larger-than value.
computeProjectsPort(PortAssigner.PortRange, Seq<PortAssigner.ProjectName>) - Method in class com.lightbend.lagom.dev.PortAssigner$
 
computeProjectsPort(PortAssigner.PortRange, Seq<PortAssigner.ProjectName>) - Static method in class com.lightbend.lagom.dev.PortAssigner
 
Configs$() - Constructor for class com.lightbend.lagom.sbt.Internal.Configs$
 
ConfigurationServiceLocator - Class in com.lightbend.lagom.javadsl.api
A service locator that uses static configuration.
ConfigurationServiceLocator(Configuration) - Constructor for class com.lightbend.lagom.javadsl.api.ConfigurationServiceLocator
 
configure() - Method in class com.lightbend.lagom.javadsl.cluster.testkit.ActorSystemModule
 
configure() - Method in class com.lightbend.lagom.javadsl.persistence.PersistenceModule
 
configure() - Method in class com.lightbend.lagom.javadsl.pubsub.PubSubModule
 
configureBuilder() - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest.Setup
 
ConfigureMojo - Class in com.lightbend.lagom.maven
Internal goal, invoked by other Lagom mojos that work with multiple projects at once, to read plugin configuration for a project and set up the projects context values.
ConfigureMojo(MavenSession) - Constructor for class com.lightbend.lagom.maven.ConfigureMojo
 
ConsoleHelper - Class in com.lightbend.lagom.dev
Helper for working with the console
ConsoleHelper(Colors) - Constructor for class com.lightbend.lagom.dev.ConsoleHelper
 
consoleHelper() - Method in class com.lightbend.lagom.maven.RunAllMojo
 
contentType() - Method in class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
The content type of the protocol.
copyOf(AbstractCircuitBreakerStatus) - Static method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Creates an immutable copy of a AbstractCircuitBreakerStatus value.
copyOf(AbstractLatency) - Static method in class com.lightbend.lagom.javadsl.server.status.Latency
Creates an immutable copy of a AbstractLatency value.
create(String, ClassLoader) - Static method in class com.lightbend.lagom.javadsl.client.integration.LagomClientFactory
Create a client factory that uses the given service locator.
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.
current() - Method in class com.lightbend.lagom.core.LagomVersion$
 
current() - Static method in class com.lightbend.lagom.core.LagomVersion
 
currentCircuitBreakers() - Method in interface com.lightbend.lagom.javadsl.server.status.MetricsService
Snapshot of current circuit breaker status
currentVersion() - Method in class com.lightbend.lagom.serialization.JacksonJsonMigration
Define current version.
cyan(String) - Method in class com.lightbend.lagom.dev.Colors
 

D

debug(Function0<String>) - Method in class com.lightbend.lagom.maven.MavenLoggerProxy
 
debug(Function0<String>) - Method in class com.lightbend.lagom.sbt.SbtLoggerProxy
 
DEFAULT - Static variable in interface com.lightbend.lagom.javadsl.api.deser.ExceptionSerializer
The default serializer factory.
DEFAULT - Static variable in interface com.lightbend.lagom.javadsl.api.deser.SerializerFactory
The default serializer factory.
DEFAULT - Static variable in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
A default request header object.
DefaultScalaBinaryVersion() - Method in class com.lightbend.lagom.maven.ServiceManager$
 
DefaultScalaBinaryVersion() - Static method in class com.lightbend.lagom.maven.ServiceManager
 
defaultSettings() - Method in class com.lightbend.lagom.sbt.LagomSettings$
 
defaultSettings() - Static method in class com.lightbend.lagom.sbt.LagomSettings
 
defaultSetup() - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest$
The default Setup configuration, which has persistence enabled.
defaultSetup() - Static method in class com.lightbend.lagom.javadsl.testkit.ServiceTest
The default Setup configuration, which has persistence enabled.
defineEventHandlers(com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor.EventHandlersBuilder) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor
Define the event handlers that are to be used.
DelegatingClassLoader - Class in com.lightbend.lagom.dev
 
DelegatingClassLoader(ClassLoader, Set<String>, ClassLoader, Function0<Option<ClassLoader>>) - Constructor for class com.lightbend.lagom.dev.DelegatingClassLoader
 
DELETE - Static variable in class com.lightbend.lagom.javadsl.api.transport.Method
 
delta() - Method in class com.lightbend.lagom.dev.PortAssigner.PortRange
 
description() - Method in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
A description of this close code.
Descriptor - Class in com.lightbend.lagom.javadsl.api
Describes a service.
descriptor() - Method in interface com.lightbend.lagom.javadsl.api.Service
Describe this service.
descriptor() - Method in interface com.lightbend.lagom.javadsl.server.status.MetricsService
 
Descriptor.Call<Request,Response> - Class in com.lightbend.lagom.javadsl.api
Describes a service call.
Descriptor.CallId - Class in com.lightbend.lagom.javadsl.api
The Call ID.
Descriptor.NamedCallId - Class in com.lightbend.lagom.javadsl.api
A named call ID.
Descriptor.PathCallId - Class in com.lightbend.lagom.javadsl.api
A path based call ID.
Descriptor.RestCallId - Class in com.lightbend.lagom.javadsl.api
A REST call ID.
Descriptor.ServiceCallHolder - Interface in com.lightbend.lagom.javadsl.api
Holds the service call itself.
DeserializationException - Exception in com.lightbend.lagom.javadsl.api.deser
Exception thrown when there is a problem deserializing a message.
DeserializationException(String) - Constructor for exception com.lightbend.lagom.javadsl.api.deser.DeserializationException
 
DeserializationException(Throwable) - Constructor for exception com.lightbend.lagom.javadsl.api.deser.DeserializationException
 
DeserializationException(TransportErrorCode, ExceptionMessage) - Constructor for exception com.lightbend.lagom.javadsl.api.deser.DeserializationException
 
deserialize(RawExceptionMessage) - Method in interface com.lightbend.lagom.javadsl.api.deser.ExceptionSerializer
Deserialize an exception message into an exception.
deserialize(WireFormat) - Method in interface com.lightbend.lagom.javadsl.api.deser.MessageSerializer.NegotiatedDeserializer
Deserialize the given wire format.
deserialize(PSequence<String>) - Method in interface com.lightbend.lagom.javadsl.api.deser.PathParamSerializer
Deserialize the parameters into a deserialized parameter.
deserialize(RawExceptionMessage) - Method in class com.lightbend.lagom.javadsl.jackson.JacksonExceptionSerializer
 
deserializer(MessageProtocol) - Method in interface com.lightbend.lagom.javadsl.api.deser.MessageSerializer
Get a deserializer for an entity described by the given request or response protocol.
detail() - Method in class com.lightbend.lagom.javadsl.api.deser.ExceptionMessage
 
DevRuntime() - Method in class com.lightbend.lagom.sbt.Internal.Configs$
 
done() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.CommandContext
A command handler may return this Persist directive to define that no events are to be persisted.
doWithService(String, Descriptor.Call<?, ?>, Function<URI, CompletionStage<T>>) - Method in class com.lightbend.lagom.javadsl.api.ConfigurationServiceLocator
 
doWithService(String, Descriptor.Call<?, ?>, Function<URI, CompletionStage<T>>) - Method in interface com.lightbend.lagom.javadsl.api.ServiceLocator
Do the given action with the given service.
doWithService(String, Descriptor.Call<?, ?>, Function<URI, CompletionStage<T>>) - Method in class com.lightbend.lagom.javadsl.client.CircuitBreakingServiceLocator
 
DynamicProjectAdder - Class in com.lightbend.lagom.sbt
 
DynamicProjectAdder() - Constructor for class com.lightbend.lagom.sbt.DynamicProjectAdder
 
DynamicProjectAdder$ - Class in com.lightbend.lagom.sbt
 
DynamicProjectAdder$() - Constructor for class com.lightbend.lagom.sbt.DynamicProjectAdder$
 

E

emptyStatements() - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor
Convenience method to create an already completed CompletionStage with zero BoundStatement.
entityId() - Method in class com.lightbend.lagom.javadsl.persistence.CommandEnvelope
 
entityId() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntityRef
 
entityTypeName() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity
The name of this entity type.
equals(Object) - Method in class com.lightbend.lagom.javadsl.api.CircuitBreaker.CircuitBreakerId
 
equals(Object) - Method in class com.lightbend.lagom.javadsl.api.CircuitBreaker.NamedCircuitBreaker
 
equals(Object) - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
 
equals(Object) - Method in class com.lightbend.lagom.javadsl.api.Descriptor.NamedCallId
 
equals(Object) - Method in class com.lightbend.lagom.javadsl.api.Descriptor.PathCallId
 
equals(Object) - Method in class com.lightbend.lagom.javadsl.api.Descriptor.RestCallId
 
equals(Object) - Method in class com.lightbend.lagom.javadsl.api.deser.RawExceptionMessage
 
equals(Object) - Method in class com.lightbend.lagom.javadsl.api.ServiceAcl
 
equals(Object) - Method in class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
 
equals(Object) - Method in class com.lightbend.lagom.javadsl.api.transport.Method
 
equals(Object) - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
 
equals(Object) - Method in class com.lightbend.lagom.javadsl.api.transport.ResponseHeader
 
equals(Object) - Method in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
 
equals(Object) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraContactPoint
This instance is equal to all instances of CassandraContactPoint that have equal attribute values.
equals(Object) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
This instance is equal to all instances of CircuitBreakerStatus that have equal attribute values.
equals(Object) - Method in class com.lightbend.lagom.javadsl.server.status.Latency
This instance is equal to all instances of Latency that have equal attribute values.
error(Function0<String>) - Method in class com.lightbend.lagom.maven.MavenLoggerProxy
 
error(Function0<String>) - Method in class com.lightbend.lagom.sbt.SbtLoggerProxy
 
ERROR_CODE - Static variable in exception com.lightbend.lagom.javadsl.api.deser.DeserializationException
 
ERROR_CODE - Static variable in exception com.lightbend.lagom.javadsl.api.deser.SerializationException
 
ERROR_CODE - Static variable in exception com.lightbend.lagom.javadsl.api.transport.Forbidden
 
ERROR_CODE - Static variable in exception com.lightbend.lagom.javadsl.api.transport.NotAcceptable
 
ERROR_CODE - Static variable in exception com.lightbend.lagom.javadsl.api.transport.NotFound
 
ERROR_CODE - Static variable in exception com.lightbend.lagom.javadsl.api.transport.PayloadTooLarge
 
ERROR_CODE - Static variable in exception com.lightbend.lagom.javadsl.api.transport.PolicyViolation
 
ERROR_CODE - Static variable in exception com.lightbend.lagom.javadsl.api.transport.UnsupportedMediaType
 
errorCode() - Method in class com.lightbend.lagom.javadsl.api.deser.RawExceptionMessage
The error code.
errorCode() - Method in exception com.lightbend.lagom.javadsl.api.transport.TransportException
The error code that should be sent to the transport.
event() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.PersistOne
 
event() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UnhandledEvent
 
EventHandlers(Map<Class<? extends Event>, BiFunction<? extends Event, UUID, CompletionStage<List<BoundStatement>>>>) - Constructor for class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor.EventHandlers
 
eventHandlers() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.Behavior
 
EventHandlersBuilder() - Constructor for class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor.EventHandlersBuilder
 
events() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.PersistAll
 
events() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.Outcome
 
eventStream(AggregateEventTag<Event>, Optional<UUID>) - Method in interface com.lightbend.lagom.javadsl.persistence.PersistentEntityRegistry
A stream of the persistent events that have the given aggregateTag, e.g.
eventType() - Method in class com.lightbend.lagom.javadsl.persistence.AggregateEventTag
 
eventually(FiniteDuration, Effect) - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest$
Retry the give block (lambda) until it does not throw an exception or the timeout expires, whichever comes first.
eventually(FiniteDuration, FiniteDuration, Effect) - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest$
Retry the give block (lambda) until it does not throw an exception or the timeout expires, whichever comes first.
eventually(FiniteDuration, Effect) - Static method in class com.lightbend.lagom.javadsl.testkit.ServiceTest
Retry the give block (lambda) until it does not throw an exception or the timeout expires, whichever comes first.
eventually(FiniteDuration, FiniteDuration, Effect) - Static method in class com.lightbend.lagom.javadsl.testkit.ServiceTest
Retry the give block (lambda) until it does not throw an exception or the timeout expires, whichever comes first.
exception() - Method in class com.lightbend.lagom.dev.Reloader.CompileFailure
 
ExceptionMessage - Class in com.lightbend.lagom.javadsl.api.deser
A high level exception message.
ExceptionMessage(String, String) - Constructor for class com.lightbend.lagom.javadsl.api.deser.ExceptionMessage
 
exceptionMessage() - Method in exception com.lightbend.lagom.javadsl.api.transport.TransportException
The message that should be sent to the transport.
exceptionSerializer() - Method in class com.lightbend.lagom.javadsl.api.Descriptor
 
ExceptionSerializer - Interface in com.lightbend.lagom.javadsl.api.deser
Handles the serialization and deserialization of exceptions.
execute() - Method in class com.lightbend.lagom.maven.ConfigureMojo
 
execute() - Method in class com.lightbend.lagom.maven.RenameConductRBundleMojo
 
execute() - Method in class com.lightbend.lagom.maven.RunAllMojo
 
execute() - Method in class com.lightbend.lagom.maven.RunMojo
 
execute() - Method in class com.lightbend.lagom.maven.StartAllMojo
 
execute() - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
execute() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
execute() - Method in class com.lightbend.lagom.maven.StartMojo
 
execute() - Method in class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
execute() - Method in class com.lightbend.lagom.maven.StopAllMojo
 
execute() - Method in class com.lightbend.lagom.maven.StopCassandraMojo
 
execute() - Method in class com.lightbend.lagom.maven.StopExternalProjects
 
execute() - Method in class com.lightbend.lagom.maven.StopMojo
 
execute() - Method in class com.lightbend.lagom.maven.StopServiceLocatorMojo
 
executeCreateTable(String) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
executeGoal(String) - Method in class com.lightbend.lagom.maven.RunAllMojo
 
executeGoal(String) - Method in class com.lightbend.lagom.maven.StartAllMojo
 
executeGoal(String) - Method in class com.lightbend.lagom.maven.StopAllMojo
 
executeLifecyclePhase(Seq<MavenProject>, String) - Method in class com.lightbend.lagom.maven.MavenFacade
 
executeMavenPluginGoal(MavenProject, String) - Method in class com.lightbend.lagom.maven.MavenFacade
Execute the given Lagom plugin goal on the given project.
executeWrite(String, Object...) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Prepare, bind and execute one statement in one go.
executeWrite(Statement) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Execute one statement.
executeWrite(String, Seq<Object>) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Prepare, bind and execute one statement in one go.
executeWriteBatch(BatchStatement) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Execute several statements in a batch.
external() - Method in class com.lightbend.lagom.maven.ProjectDependencies
 
ExternalProject - Class in com.lightbend.lagom.maven
 
ExternalProject() - Constructor for class com.lightbend.lagom.maven.ExternalProject
 
externalProjects() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
externalProjects() - Method in class com.lightbend.lagom.maven.StartMojo
 
externalProjects() - Method in class com.lightbend.lagom.maven.StopAllMojo
 
externalProjects() - Method in class com.lightbend.lagom.maven.StopExternalProjects
 
extractScalaClassLoader(Seq<Artifact>) - Method in class com.lightbend.lagom.maven.ScalaClassLoaderManager
Extract a Scala ClassLoader from the given classpath.

F

failedThroughputOneMinute(double) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus.Builder
Initializes the value for the failedThroughputOneMinute attribute.
file() - Method in class com.lightbend.lagom.dev.Reloader.Source
 
findArtifact(Artifact) - Method in class com.lightbend.lagom.maven.UnbuiltWorkspaceReader
 
findResourceMethod() - Method in class com.lightbend.lagom.dev.DelegatingClassLoader
 
findResourcesMethod() - Method in class com.lightbend.lagom.dev.DelegatingClassLoader
 
findSource(String, Integer) - Method in class com.lightbend.lagom.dev.Reloader
 
findVersions(Artifact) - Method in class com.lightbend.lagom.maven.UnbuiltWorkspaceReader
 
Forbidden - Exception in com.lightbend.lagom.javadsl.api.transport
Exception thrown when a service call is forbidden.
Forbidden(String) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.Forbidden
 
Forbidden(Throwable) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.Forbidden
 
Forbidden(TransportErrorCode, ExceptionMessage) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.Forbidden
 
Forbidden - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
A particular operation was forbidden.
forceReload() - Method in class com.lightbend.lagom.dev.Reloader
 
forServiceNamed(String) - Static method in interface com.lightbend.lagom.javadsl.api.security.ServicePrincipal
Get a service principal for the given named service.
Found(InetSocketAddress) - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.Found
 
Found$() - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.Found$
 
from(AbstractCircuitBreakerStatus) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus.Builder
Fill a builder with attribute values from the provided AbstractCircuitBreakerStatus instance.
from(AbstractLatency) - Method in class com.lightbend.lagom.javadsl.server.status.Latency.Builder
Fill a builder with attribute values from the provided AbstractLatency instance.
fromCodeAndMessage(TransportErrorCode, ExceptionMessage) - Static method in exception com.lightbend.lagom.javadsl.api.transport.TransportException
 
fromContentTypeHeader(Optional<String>) - Static method in class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
Parse a message protocol from a content type header, if defined.
fromHttp(int) - Static method in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
Get a transport error code from the given HTTP error code.
fromWebSocket(int) - Static method in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
Get a transport error code from the given WebSocket close code.

G

GET - Static variable in class com.lightbend.lagom.javadsl.api.transport.Method
 
get(MavenProject) - Method in class com.lightbend.lagom.maven.LagomKey
 
get() - Method in class com.lightbend.lagom.play.PlayServiceInfoProvider
 
getAllIssues() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver
Accumulated issues from all previous runs.
getArtifact() - Method in class com.lightbend.lagom.maven.ExternalProject
 
getBundleName() - Method in class com.lightbend.lagom.maven.RenameConductRBundleMojo
 
getCassandraCleanOnStart() - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
getCassandraEnabled() - Method in class com.lightbend.lagom.maven.ExternalProject
 
getCassandraEnabled() - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
getCassandraEnabled() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
getCassandraEnabled() - Method in class com.lightbend.lagom.maven.StartMojo
 
getCassandraEnabled() - Method in class com.lightbend.lagom.maven.StopCassandraMojo
 
getCassandraJvmOptions() - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
getCassandraMaxBootWaitingSeconds() - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
getCassandraPort() - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
getCassandraPort() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
getCassandraPort() - Method in class com.lightbend.lagom.maven.StartMojo
 
getClassLoader() - Method in class com.lightbend.lagom.dev.Reloader
 
getExternalProjects() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
getExternalProjects() - Method in class com.lightbend.lagom.maven.StartMojo
 
getExternalProjects() - Method in class com.lightbend.lagom.maven.StopAllMojo
 
getExternalProjects() - Method in class com.lightbend.lagom.maven.StopExternalProjects
 
getFailedThroughputOneMinute() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractCircuitBreakerStatus
Failed calls per second for the last minute.
getFailedThroughputOneMinute() - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Failed calls per second for the last minute.
getHeader(String) - Method in class com.lightbend.lagom.javadsl.api.transport.MessageHeader
Get the header with the given name.
getId() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractCircuitBreakerStatus
Circuit breaker identifier.
getId() - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Circuit breaker identifier.
getLagomService() - Method in class com.lightbend.lagom.maven.ConfigureMojo
 
getLagomService() - Method in class com.lightbend.lagom.maven.StartMojo
 
getLagomService() - Method in class com.lightbend.lagom.maven.StopMojo
 
getLatencyMicros() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractCircuitBreakerStatus
Latency distribution for Exponentially Decaying Reservoir.
getLatencyMicros() - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Latency distribution for Exponentially Decaying Reservoir.
getMax() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractLatency
 
getMax() - Method in class com.lightbend.lagom.javadsl.server.status.Latency
 
getMax() - Method in class com.lightbend.lagom.maven.PortRangeBean
 
getMean() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractLatency
 
getMean() - Method in class com.lightbend.lagom.javadsl.server.status.Latency
 
getMedian() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractLatency
 
getMedian() - Method in class com.lightbend.lagom.javadsl.server.status.Latency
 
getMethodWithName(Class<?>, String) - Method in class com.lightbend.lagom.javadsl.api.ScalaServiceSupport$
 
getMethodWithName(Class<?>, String) - Static method in class com.lightbend.lagom.javadsl.api.ScalaServiceSupport
 
getMin() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractLatency
 
getMin() - Method in class com.lightbend.lagom.javadsl.server.status.Latency
 
getMin() - Method in class com.lightbend.lagom.maven.PortRangeBean
 
getOutputDirectory() - Method in class com.lightbend.lagom.maven.RenameConductRBundleMojo
 
getPercentile98th() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractLatency
 
getPercentile98th() - Method in class com.lightbend.lagom.javadsl.server.status.Latency
 
getPercentile999th() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractLatency
 
getPercentile999th() - Method in class com.lightbend.lagom.javadsl.server.status.Latency
 
getPercentile99th() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractLatency
 
getPercentile99th() - Method in class com.lightbend.lagom.javadsl.server.status.Latency
 
getPlayService() - Method in class com.lightbend.lagom.maven.ConfigureMojo
 
getPlayService() - Method in class com.lightbend.lagom.maven.ExternalProject
 
getPlayService() - Method in class com.lightbend.lagom.maven.StartMojo
 
getPlayService() - Method in class com.lightbend.lagom.maven.StopMojo
 
getPortMap(PortRangeBean, Seq<String>) - Method in class com.lightbend.lagom.maven.ServiceManager
 
getProblems(Incomplete, Option<Streams<Init<Scope>.ScopedKey<?>>>) - Method in class com.lightbend.lagom.sbt.run.RunSupport$
 
getProblems(Incomplete, Option<Streams<Init<Scope>.ScopedKey<?>>>) - Static method in class com.lightbend.lagom.sbt.run.RunSupport
 
GetRegisteredServices$() - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.GetRegisteredServices$
 
getReplies() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.Outcome
The messages that were sent as replies using the context that is passed as parameter to the command handler functions.
getRepository() - Method in class com.lightbend.lagom.maven.UnbuiltWorkspaceReader
 
getResource(String) - Method in class com.lightbend.lagom.dev.DelegatingClassLoader
 
getResources(String) - Method in class com.lightbend.lagom.dev.DelegatingClassLoader
 
getScopedKey(Incomplete) - Method in class com.lightbend.lagom.sbt.run.RunSupport$
 
getScopedKey(Incomplete) - Static method in class com.lightbend.lagom.sbt.run.RunSupport
 
getServiceGatewayPort() - Method in class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
getServiceLocatorEnabled() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
getServiceLocatorEnabled() - Method in class com.lightbend.lagom.maven.StartMojo
 
getServiceLocatorEnabled() - Method in class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
getServiceLocatorEnabled() - Method in class com.lightbend.lagom.maven.StopServiceLocatorMojo
 
getServiceLocatorPort() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
getServiceLocatorPort() - Method in class com.lightbend.lagom.maven.StartMojo
 
getServiceLocatorPort() - Method in class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
getServiceLocatorUrl() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
getServiceLocatorUrl() - Method in class com.lightbend.lagom.maven.StartMojo
 
getServicePort() - Method in class com.lightbend.lagom.maven.ExternalProject
 
getServicePort() - Method in class com.lightbend.lagom.maven.StartMojo
 
getServicePortRange() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
getServicePortRange() - Method in class com.lightbend.lagom.maven.StartMojo
 
getSourceConductRBundle() - Method in class com.lightbend.lagom.maven.RenameConductRBundleMojo
 
getState() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractCircuitBreakerStatus
Circuit breaker state; closed, open, half-open.
getState() - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Circuit breaker state; closed, open, half-open.
getThroughputOneMinute() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractCircuitBreakerStatus
Total (successful + failed) calls per second for the last minute.
getThroughputOneMinute() - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Total (successful + failed) calls per second for the last minute.
getTimestamp() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractCircuitBreakerStatus
 
getTimestamp() - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
 
getTotalFailureCount() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractCircuitBreakerStatus
Total number of failed calls.
getTotalFailureCount() - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Total number of failed calls.
getTotalSuccessCount() - Method in interface com.lightbend.lagom.javadsl.server.status.AbstractCircuitBreakerStatus
Total number of successful calls.
getTotalSuccessCount() - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Total number of successful calls.
getUnmanagedServices() - Method in class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
getWatchDirs() - Method in class com.lightbend.lagom.maven.StartMojo
 
globalSettings() - Method in class com.lightbend.lagom.sbt.LagomPlugin$
 
globalSettings() - Static method in class com.lightbend.lagom.sbt.LagomPlugin
 
GoingAway - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
Going away, thrown when the service is unavailable or going away.
gracefulShutdown(FiniteDuration) - Method in interface com.lightbend.lagom.javadsl.persistence.PersistentEntityRegistry
Gracefully stop the persistent entities and leave the cluster.
green(String) - Method in class com.lightbend.lagom.dev.Colors
 

H

handleRequestHeader(Function<RequestHeader, RequestHeader>) - Method in interface com.lightbend.lagom.javadsl.api.ServiceCall
Make any modifications necessary to the request header.
handleRequestHeader(Function<RequestHeader, RequestHeader>) - Method in interface com.lightbend.lagom.javadsl.server.ServerServiceCall
 
handleResponseHeader(BiFunction<ResponseHeader, Response, T>) - Method in interface com.lightbend.lagom.javadsl.api.ServiceCall
Transform the response using the given function that takes the response header and the response.
handleResponseHeader(BiFunction<ResponseHeader, Response, T>) - Method in interface com.lightbend.lagom.javadsl.server.ServerServiceCall
 
handlers() - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor.EventHandlers
 
hasAnySubscribers() - Method in class com.lightbend.lagom.javadsl.pubsub.PubSubRef
Request if this topic has any known subscribers at this point.
hashCode() - Method in class com.lightbend.lagom.javadsl.api.CircuitBreaker.CircuitBreakerId
 
hashCode() - Method in class com.lightbend.lagom.javadsl.api.CircuitBreaker.NamedCircuitBreaker
 
hashCode() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
 
hashCode() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.NamedCallId
 
hashCode() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.PathCallId
 
hashCode() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.RestCallId
 
hashCode() - Method in class com.lightbend.lagom.javadsl.api.deser.RawExceptionMessage
 
hashCode() - Method in class com.lightbend.lagom.javadsl.api.ServiceAcl
 
hashCode() - Method in class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
 
hashCode() - Method in class com.lightbend.lagom.javadsl.api.transport.Method
 
hashCode() - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
 
hashCode() - Method in class com.lightbend.lagom.javadsl.api.transport.ResponseHeader
 
hashCode() - Method in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
 
hashCode() - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraContactPoint
Computes a hash code from attributes: name, uri.
hashCode() - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Computes a hash code from attributes: id, timestamp, state, totalSuccessCount, totalFailureCount, latencyMicros, throughputOneMinute, failedThroughputOneMinute.
hashCode() - Method in class com.lightbend.lagom.javadsl.server.status.Latency
Computes a hash code from attributes: median, percentile98th, percentile99th, percentile999th, mean, min, max.
HEAD - Static variable in class com.lightbend.lagom.javadsl.api.transport.Method
 
headerFilter() - Method in class com.lightbend.lagom.javadsl.api.Descriptor
The header filter to use for this service.
HeaderFilter - Interface in com.lightbend.lagom.javadsl.api.transport
Filter for headers.
HeaderFilter.Composite - Class in com.lightbend.lagom.javadsl.api.transport
A composite header filter.
headers() - Method in class com.lightbend.lagom.javadsl.api.transport.MessageHeader
Get the headers for the message.
HeaderServiceCall<Request,Response> - Interface in com.lightbend.lagom.javadsl.server
A service call that can handle headers.
http() - Method in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
The HTTP status code for this error.

I

id() - Method in class com.lightbend.lagom.javadsl.api.CircuitBreaker.CircuitBreakerId
 
id(String) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus.Builder
Initializes the value for the id attribute.
identifiedBy(String) - Static method in class com.lightbend.lagom.javadsl.api.CircuitBreaker
Use a circuit breaker identified by the given circuit breaker ID.
ImmutableStyle - Annotation Type in com.lightbend.lagom.javadsl.immutable
 
includes(int) - Method in class com.lightbend.lagom.dev.PortAssigner.PortRange
 
info(Function0<String>) - Method in class com.lightbend.lagom.maven.MavenLoggerProxy
 
info(Function0<String>) - Method in class com.lightbend.lagom.sbt.SbtLoggerProxy
 
initialBehavior(Optional<State>) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity
Abstract method that must be implemented by concrete subclass to define the behavior of the entity.
injector() - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest.TestServer
The Guice injector that can be used for retrieving anything that has been bound to Guice.
InstanceServiceBinding(Class<T>, T) - Constructor for class com.lightbend.lagom.javadsl.server.ServiceGuiceSupport.InstanceServiceBinding
 
INTEGER - Static variable in class com.lightbend.lagom.javadsl.api.deser.PathParamSerializers
An Integer id serializer.
interactionMode() - Method in class com.lightbend.lagom.sbt.Internal.Keys$
 
internal() - Method in class com.lightbend.lagom.maven.ProjectDependencies
 
Internal - Class in com.lightbend.lagom.sbt
 
Internal() - Constructor for class com.lightbend.lagom.sbt.Internal
 
Internal$ - Class in com.lightbend.lagom.sbt
 
Internal$() - Constructor for class com.lightbend.lagom.sbt.Internal$
 
Internal.Configs$ - Class in com.lightbend.lagom.sbt
 
Internal.Keys$ - Class in com.lightbend.lagom.sbt
 
InternalServerError - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
An internal server error, equivalent to Unexpected Condition.
internalSetCurrentBehavior(PersistentEntity<Command, Event, State>.Behavior) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity
INTERNAL API
internalSetEntityId(String) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity
INTERNAL API
invalidCommand(String) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.ReadOnlyCommandContext
Reply with a negative acknowledgment using the standard InvalidCommandException.
InvalidCommandException(String) - Constructor for exception com.lightbend.lagom.javadsl.persistence.PersistentEntity.InvalidCommandException
 
InvalidCommandException$() - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntity.InvalidCommandException$
 
invoke(Request) - Method in interface com.lightbend.lagom.javadsl.api.ServiceCall
Invoke the service call.
invoke() - Method in interface com.lightbend.lagom.javadsl.api.ServiceCall
Invoke the service call with unit id argument and a unit request message.
invoke(Request) - Method in interface com.lightbend.lagom.javadsl.server.HeaderServiceCall
 
invoke(Request) - Method in interface com.lightbend.lagom.javadsl.server.PlayServiceCall
 
invoke(Function<ServiceCall<Request, Response>, EssentialAction>) - Method in interface com.lightbend.lagom.javadsl.server.PlayServiceCall
Low level hook for implementing service calls directly in Play.
invokeWithHeaders(RequestHeader, Request) - Method in interface com.lightbend.lagom.javadsl.server.HeaderServiceCall
Invoke the given action with the request and response headers.
invokeWithHeaders(RequestHeader, Request) - Method in interface com.lightbend.lagom.javadsl.server.ServerServiceCall
Invoke the given action with the request and response headers.
isANSISupported() - Method in class com.lightbend.lagom.dev.Colors
 
isStreamed() - Method in interface com.lightbend.lagom.javadsl.api.deser.MessageSerializer
Whether this serializer is a streamed serializer or not.
isStreamed() - Method in interface com.lightbend.lagom.javadsl.api.deser.StreamedMessageSerializer
 
issues() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.Outcome
 
isText() - Method in class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
Whether this message protocol is a text based protocol.
isUsed() - Method in interface com.lightbend.lagom.javadsl.api.deser.MessageSerializer
Whether this serializer serializes values that are used or not.
isUtf8() - Method in class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
Whether the protocol uses UTF-8.

J

JACKSON - Static variable in interface com.lightbend.lagom.javadsl.api.deser.ExceptionSerializer
The default Jackson exception serializer.
JACKSON - Static variable in interface com.lightbend.lagom.javadsl.api.deser.SerializerFactory
The default Jackson serializer factory.
JacksonExceptionSerializer - Class in com.lightbend.lagom.javadsl.jackson
Serializes errors to JSON.
JacksonExceptionSerializer(Environment) - Constructor for class com.lightbend.lagom.javadsl.jackson.JacksonExceptionSerializer
 
JacksonJsonMigration - Class in com.lightbend.lagom.serialization
Data migration of old formats to current format can be implemented in a concrete subclass and configured to be used by the JacksonJsonSerializer for a changed class.
JacksonJsonMigration() - Constructor for class com.lightbend.lagom.serialization.JacksonJsonMigration
 
JacksonModule - Class in com.lightbend.lagom.javadsl.jackson
Module that provides the default Jackson serializer factory.
JacksonModule() - Constructor for class com.lightbend.lagom.javadsl.jackson.JacksonModule
 
JacksonSerializerFactory - Class in com.lightbend.lagom.javadsl.jackson
A Jackson Serializer Factory
JacksonSerializerFactory(ActorSystem) - Constructor for class com.lightbend.lagom.javadsl.jackson.JacksonSerializerFactory
 
JacksonSerializerFactory(JacksonObjectMapperProvider) - Constructor for class com.lightbend.lagom.javadsl.jackson.JacksonSerializerFactory
For testing purposes
Jsonable - Interface in com.lightbend.lagom.serialization
Marker interface for messages that are serialized as JSON.

K

Keys$() - Constructor for class com.lightbend.lagom.sbt.Internal.Keys$
 

L

Lagom - Class in com.lightbend.lagom.sbt
Base plugin for Lagom projects.
Lagom() - Constructor for class com.lightbend.lagom.sbt.Lagom
 
Lagom$ - Class in com.lightbend.lagom.sbt
Base plugin for Lagom projects.
Lagom$() - Constructor for class com.lightbend.lagom.sbt.Lagom$
 
lagomCassandraCleanOnStart() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomCassandraEnabled() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomCassandraJvmOptions() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomCassandraKeyspace() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomCassandraMaxBootWaitingTime() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomCassandraPort() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomCassandraStart() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomCassandraStop() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomClassLoaderDecorator() - Method in class com.lightbend.lagom.sbt.LagomReloadableService.autoImport$
 
LagomClientFactory - Class in com.lightbend.lagom.javadsl.client.integration
Factory for creating Lagom service clients.
LagomConfig - Class in com.lightbend.lagom.dev
Configuration keys and settings
LagomConfig() - Constructor for class com.lightbend.lagom.dev.LagomConfig
 
LagomConfig$ - Class in com.lightbend.lagom.dev
Configuration keys and settings
LagomConfig$() - Constructor for class com.lightbend.lagom.dev.LagomConfig$
 
lagomDevSettings() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
LagomExternalProject - Class in com.lightbend.lagom.sbt
An external project, that gets run when you run runAll.
LagomExternalProject() - Constructor for class com.lightbend.lagom.sbt.LagomExternalProject
 
lagomExternalProject(String, ModuleID) - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
Allows to integrate an external Lagom project in the current build, so that when runAll is run, this service is also started.
LagomExternalProject$ - Class in com.lightbend.lagom.sbt
An external project, that gets run when you run runAll.
LagomExternalProject$() - Constructor for class com.lightbend.lagom.sbt.LagomExternalProject$
 
lagomFileWatchService() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomForkedTestSettings() - Method in class com.lightbend.lagom.sbt.LagomImport$
 
lagomForkedTestSettings() - Static method in class com.lightbend.lagom.sbt.LagomImport
 
LagomImport - Class in com.lightbend.lagom.sbt
 
LagomImport() - Constructor for class com.lightbend.lagom.sbt.LagomImport
 
LagomImport$ - Class in com.lightbend.lagom.sbt
 
LagomImport$() - Constructor for class com.lightbend.lagom.sbt.LagomImport$
 
LagomJava - Class in com.lightbend.lagom.sbt
The main plugin for Lagom Java projects.
LagomJava() - Constructor for class com.lightbend.lagom.sbt.LagomJava
 
LagomJava$ - Class in com.lightbend.lagom.sbt
The main plugin for Lagom Java projects.
LagomJava$() - Constructor for class com.lightbend.lagom.sbt.LagomJava$
 
lagomJavadslApi() - Method in class com.lightbend.lagom.sbt.LagomImport$
 
lagomJavadslApi() - Static method in class com.lightbend.lagom.sbt.LagomImport
 
lagomJavadslClient() - Method in class com.lightbend.lagom.sbt.LagomImport$
 
lagomJavadslClient() - Static method in class com.lightbend.lagom.sbt.LagomImport
 
lagomJavadslCluster() - Method in class com.lightbend.lagom.sbt.LagomImport$
 
lagomJavadslCluster() - Static method in class com.lightbend.lagom.sbt.LagomImport
 
lagomJavadslImmutables() - Method in class com.lightbend.lagom.sbt.LagomImport$
 
lagomJavadslImmutables() - Static method in class com.lightbend.lagom.sbt.LagomImport
 
lagomJavadslJackson() - Method in class com.lightbend.lagom.sbt.LagomImport$
 
lagomJavadslJackson() - Static method in class com.lightbend.lagom.sbt.LagomImport
 
lagomJavadslPersistence() - Method in class com.lightbend.lagom.sbt.LagomImport$
 
lagomJavadslPersistence() - Static method in class com.lightbend.lagom.sbt.LagomImport
 
lagomJavadslPubSub() - Method in class com.lightbend.lagom.sbt.LagomImport$
 
lagomJavadslPubSub() - Static method in class com.lightbend.lagom.sbt.LagomImport
 
lagomJavadslServer() - Method in class com.lightbend.lagom.sbt.LagomImport$
 
lagomJavadslServer() - Static method in class com.lightbend.lagom.sbt.LagomImport
 
lagomJavadslTestKit() - Method in class com.lightbend.lagom.sbt.LagomImport$
 
lagomJavadslTestKit() - Static method in class com.lightbend.lagom.sbt.LagomImport
 
lagomJUnitDeps() - Method in class com.lightbend.lagom.sbt.LagomImport$
 
lagomJUnitDeps() - Static method in class com.lightbend.lagom.sbt.LagomImport
 
LagomKey<A> - Class in com.lightbend.lagom.maven
 
LagomKey(String) - Constructor for class com.lightbend.lagom.maven.LagomKey
 
LagomKeys - Class in com.lightbend.lagom.maven
Keys for sharing state in the Maven context.
LagomKeys() - Constructor for class com.lightbend.lagom.maven.LagomKeys
 
LagomKeys$ - Class in com.lightbend.lagom.maven
Keys for sharing state in the Maven context.
LagomKeys$() - Constructor for class com.lightbend.lagom.maven.LagomKeys$
 
lagomLogback() - Method in class com.lightbend.lagom.sbt.LagomImport$
 
lagomLogback() - Static method in class com.lightbend.lagom.sbt.LagomImport
 
LagomLogback - Class in com.lightbend.lagom.sbt
 
LagomLogback() - Constructor for class com.lightbend.lagom.sbt.LagomLogback
 
LagomLogback$ - Class in com.lightbend.lagom.sbt
 
LagomLogback$() - Constructor for class com.lightbend.lagom.sbt.LagomLogback$
 
lagomLogbackModuleName() - Method in class com.lightbend.lagom.sbt.LagomImport$
 
lagomLogbackModuleName() - Static method in class com.lightbend.lagom.sbt.LagomImport
 
LagomPlay - Class in com.lightbend.lagom.sbt
Allows a Play service to be run from Lagom's dev mode.
LagomPlay() - Constructor for class com.lightbend.lagom.sbt.LagomPlay
 
LagomPlay$ - Class in com.lightbend.lagom.sbt
Allows a Play service to be run from Lagom's dev mode.
LagomPlay$() - Constructor for class com.lightbend.lagom.sbt.LagomPlay$
 
LagomPlayModule - Class in com.lightbend.lagom.play
 
LagomPlayModule() - Constructor for class com.lightbend.lagom.play.LagomPlayModule
 
LagomPlugin - Class in com.lightbend.lagom.sbt
Any service that can be run in Lagom should enable this plugin.
LagomPlugin() - Constructor for class com.lightbend.lagom.sbt.LagomPlugin
 
LagomPlugin$ - Class in com.lightbend.lagom.sbt
Any service that can be run in Lagom should enable this plugin.
LagomPlugin$() - Constructor for class com.lightbend.lagom.sbt.LagomPlugin$
 
LagomPlugin.autoImport$ - Class in com.lightbend.lagom.sbt
 
LagomPlugin.autoImport$.PortRange - Class in com.lightbend.lagom.sbt
 
LagomProcess - Class in com.lightbend.lagom.dev
Lagom process abstraction
LagomProcess() - Constructor for class com.lightbend.lagom.dev.LagomProcess
 
LagomProcess$ - Class in com.lightbend.lagom.dev
Lagom process abstraction
LagomProcess$() - Constructor for class com.lightbend.lagom.dev.LagomProcess$
 
lagomReload() - Method in class com.lightbend.lagom.sbt.LagomReloadableService.autoImport$
 
LagomReloadableDevServerStart - Class in play.core.server
Used to start servers in 'dev' mode, a mode where the application is reloaded whenever its source changes.
LagomReloadableDevServerStart() - Constructor for class play.core.server.LagomReloadableDevServerStart
 
LagomReloadableDevServerStart$ - Class in play.core.server
Used to start servers in 'dev' mode, a mode where the application is reloaded whenever its source changes.
LagomReloadableDevServerStart$() - Constructor for class play.core.server.LagomReloadableDevServerStart$
 
LagomReloadableService - Class in com.lightbend.lagom.sbt
Plugin that implements running reloadable services in Lagom.
LagomReloadableService() - Constructor for class com.lightbend.lagom.sbt.LagomReloadableService
 
LagomReloadableService$ - Class in com.lightbend.lagom.sbt
Plugin that implements running reloadable services in Lagom.
LagomReloadableService$() - Constructor for class com.lightbend.lagom.sbt.LagomReloadableService$
 
LagomReloadableService.autoImport$ - Class in com.lightbend.lagom.sbt
 
lagomReloaderClasspath() - Method in class com.lightbend.lagom.sbt.LagomReloadableService.autoImport$
 
lagomRun() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomService() - Method in class com.lightbend.lagom.maven.ConfigureMojo
 
LagomService() - Method in class com.lightbend.lagom.maven.LagomKeys$
Whether this project is a lagom service
LagomService() - Static method in class com.lightbend.lagom.maven.LagomKeys
Whether this project is a lagom service
lagomService() - Method in class com.lightbend.lagom.maven.StartMojo
 
lagomService() - Method in class com.lightbend.lagom.maven.StopMojo
 
lagomServiceGatewayPort() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomServiceLocatorEnabled() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomServiceLocatorPort() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomServiceLocatorStart() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomServiceLocatorStop() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomServiceLocatorUrl() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomServicePort() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
lagomServicesPortRange() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
LagomServiceUrl() - Method in class com.lightbend.lagom.maven.LagomKeys$
The URL of the service
LagomServiceUrl() - Static method in class com.lightbend.lagom.maven.LagomKeys
The URL of the service
LagomSettings - Class in com.lightbend.lagom.sbt
 
LagomSettings() - Constructor for class com.lightbend.lagom.sbt.LagomSettings
 
LagomSettings$ - Class in com.lightbend.lagom.sbt
 
LagomSettings$() - Constructor for class com.lightbend.lagom.sbt.LagomSettings$
 
lagomUnmanagedServices() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
LagomVersion - Class in com.lightbend.lagom.core
 
LagomVersion() - Constructor for class com.lightbend.lagom.core.LagomVersion
 
LagomVersion$ - Class in com.lightbend.lagom.core
 
LagomVersion$() - Constructor for class com.lightbend.lagom.core.LagomVersion$
 
lagomWatchDirectories() - Method in class com.lightbend.lagom.sbt.LagomReloadableService.autoImport$
 
Latency - Class in com.lightbend.lagom.javadsl.server.status
Immutable implementation of AbstractLatency.
Latency.Builder - Class in com.lightbend.lagom.javadsl.server.status
Builds instances of type Latency.
latencyMicros(Latency) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus.Builder
Initializes the value for the latencyMicros attribute.
loadClass(String, boolean) - Method in class com.lightbend.lagom.dev.DelegatingClassLoader
 
locatableService() - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Whether this is a locatable service.
locate(String, Descriptor.Call<?, ?>) - Method in class com.lightbend.lagom.javadsl.api.ConfigurationServiceLocator
 
locate(String) - Method in interface com.lightbend.lagom.javadsl.api.ServiceLocator
Locate a service with the given name.
locate(String, Descriptor.Call<?, ?>) - Method in interface com.lightbend.lagom.javadsl.api.ServiceLocator
Locate a service with the given name.
locateServices() - Method in class com.lightbend.lagom.maven.MavenFacade
 
log(Enumeration.Value, Function0<String>) - Method in class com.lightbend.lagom.sbt.NonBlockingInteractionMode.NullLogger$
 
LONG - Static variable in class com.lightbend.lagom.javadsl.api.deser.PathParamSerializers
A Long id serializer.
lookup(String) - Method in class com.lightbend.lagom.discovery.impl.ServiceRegistryImpl
 
Lookup(String) - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.Lookup
 
Lookup$() - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.Lookup$
 

M

magenta(String) - Method in class com.lightbend.lagom.dev.Colors
 
mainAddress() - Method in class com.lightbend.lagom.sbt.server.ReloadableServer
 
mainDevHttpMode(BuildLink, int) - Method in class play.core.server.LagomReloadableDevServerStart$
Provides an HTTP server for the dev environment
mainDevHttpMode(BuildLink, int) - Static method in class play.core.server.LagomReloadableDevServerStart
Provides an HTTP server for the dev environment
mainDevOnlyHttpsMode(BuildLink, int, String) - Method in class play.core.server.LagomReloadableDevServerStart$
Provides an HTTPS-only server for the dev environment.
mainDevOnlyHttpsMode(BuildLink, int, String) - Static method in class play.core.server.LagomReloadableDevServerStart
Provides an HTTPS-only server for the dev environment.
managedSettings() - Method in class com.lightbend.lagom.sbt.LagomPlugin$
 
managedSettings() - Static method in class com.lightbend.lagom.sbt.LagomPlugin
 
materializer() - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest.TestServer
Stream materializer.
MavenFacade - Class in com.lightbend.lagom.maven
Facade in front of maven.
MavenFacade(RepositorySystem, MavenSession, BuildPluginManager, LifecycleExecutionPlanCalculator, MavenLoggerProxy) - Constructor for class com.lightbend.lagom.maven.MavenFacade
 
MavenLoggerProxy - Class in com.lightbend.lagom.maven
Logger
MavenLoggerProxy(Logger) - Constructor for class com.lightbend.lagom.maven.MavenLoggerProxy
 
max() - Method in class com.lightbend.lagom.dev.PortAssigner.PortRange
 
max(long) - Method in class com.lightbend.lagom.javadsl.server.status.Latency.Builder
Initializes the value for the max attribute.
max() - Method in class com.lightbend.lagom.maven.PortRangeBean
 
mean(double) - Method in class com.lightbend.lagom.javadsl.server.status.Latency.Builder
Initializes the value for the mean attribute.
median(double) - Method in class com.lightbend.lagom.javadsl.server.status.Latency.Builder
Initializes the value for the median attribute.
message() - Method in class com.lightbend.lagom.javadsl.api.deser.RawExceptionMessage
The message.
message() - Method in exception com.lightbend.lagom.javadsl.persistence.PersistentEntity.InvalidCommandException
 
message() - Method in exception com.lightbend.lagom.javadsl.persistence.PersistentEntity.PersistException
 
message() - Method in exception com.lightbend.lagom.javadsl.persistence.PersistentEntity.UnhandledCommandException
 
message() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotEqualAfterSerialization
 
messageAsText() - Method in class com.lightbend.lagom.javadsl.api.deser.RawExceptionMessage
Get the message as text.
messageClass() - Method in class com.lightbend.lagom.javadsl.pubsub.TopicId
 
MessageHeader - Class in com.lightbend.lagom.javadsl.api.transport
A message header.
MessageProtocol - Class in com.lightbend.lagom.javadsl.api.transport
A message protocol.
MessageProtocol(Optional<String>, Optional<String>, Optional<String>) - Constructor for class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
Create a message protocol with the given content type, charset and version.
MessageProtocol() - Constructor for class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
Create a message protocol that doesn't specify any content type, charset or version.
MessageSerializer<MessageEntity,WireFormat> - Interface in com.lightbend.lagom.javadsl.api.deser
Serializer for messages.
MessageSerializer.NegotiatedDeserializer<MessageEntity,WireFormat> - Interface in com.lightbend.lagom.javadsl.api.deser
A negotiated deserializer.
MessageSerializer.NegotiatedSerializer<MessageEntity,WireFormat> - Interface in com.lightbend.lagom.javadsl.api.deser
A negotiated serializer.
messageSerializerFor(Type) - Method in interface com.lightbend.lagom.javadsl.api.deser.SerializerFactory
Get a message serializer for the given type.
messageSerializerFor(Type) - Method in class com.lightbend.lagom.javadsl.jackson.JacksonSerializerFactory
 
messageSerializers() - Method in class com.lightbend.lagom.javadsl.api.Descriptor
 
MessageSerializers - Class in com.lightbend.lagom.javadsl.api.deser
Message serializers.
method() - Method in class com.lightbend.lagom.discovery.ServiceRegistryActor.Route
 
method() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.RestCallId
The HTTP method for the call.
method() - Method in class com.lightbend.lagom.javadsl.api.ScalaServiceSupport.ScalaMethodCall
 
method() - Method in class com.lightbend.lagom.javadsl.api.ServiceAcl
 
Method - Class in com.lightbend.lagom.javadsl.api.transport
A transport method.
Method(String) - Constructor for class com.lightbend.lagom.javadsl.api.transport.Method
 
method() - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
Get the method used to make this request.
methodAndPath(Method, String) - Static method in class com.lightbend.lagom.javadsl.api.ServiceAcl
 
methodForImpl(Context, Exprs.Expr<Object>, TypeTags.WeakTypeTag<T>) - Method in class com.lightbend.lagom.javadsl.api.ScalaServiceSupport$
 
methodForImpl(Context, Exprs.Expr<Object>, TypeTags.WeakTypeTag<T>) - Static method in class com.lightbend.lagom.javadsl.api.ScalaServiceSupport
 
MethodNotAllowed - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
The method being used is not allowed.
MetricsService - Interface in com.lightbend.lagom.javadsl.server.status
 
min() - Method in class com.lightbend.lagom.dev.PortAssigner.PortRange
 
min(long) - Method in class com.lightbend.lagom.javadsl.server.status.Latency.Builder
Initializes the value for the min attribute.
min() - Method in class com.lightbend.lagom.maven.PortRangeBean
 
MODULE$ - Static variable in class com.lightbend.lagom.core.LagomVersion$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.LagomConfig$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.LagomProcess$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.PortAssigner$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.PortAssigner.Port$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.PortAssigner.PortRange$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.PortAssigner.ProjectName$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.PortAssigner.ProjectName.OrderingProjectName$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.Reloader$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.Reloader.CompileFailure$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.Reloader.CompileSuccess$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.Reloader.Source$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.Servers$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.Servers.CassandraServer$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.dev.Servers.ServiceLocator$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.discovery.ServiceRegistryActor$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.discovery.ServiceRegistryActor.Found$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.discovery.ServiceRegistryActor.GetRegisteredServices$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.discovery.ServiceRegistryActor.Lookup$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.discovery.ServiceRegistryActor.NotFound$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.discovery.ServiceRegistryActor.Register$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.discovery.ServiceRegistryActor.RegisteredServices$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.discovery.ServiceRegistryActor.Remove$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.discovery.ServiceRegistryActor.Route$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.discovery.UnmanagedServices$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.gateway.ServiceGatewayConfig$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.api.ScalaService$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.api.ScalaServiceSupport$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.api.ScalaServiceSupport.ScalaMethodCall$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.persistence.AggregateEventTag$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.persistence.CommandEnvelope$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.persistence.PersistenceModule$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.persistence.PersistentEntity$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.InvalidCommandException$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.PersistException$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.UnhandledCommandException$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.persistence.testkit.TestUtil$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.pubsub.TopicId$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NoSerializer$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotDeserializable$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotEqualAfterSerialization$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotSerializable$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.Outcome$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.Reply$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UnhandledCommand$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UnhandledEvent$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UsingJavaSerializer$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.testkit.ServiceTest$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.javadsl.testkit.ServiceTest.Setup$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.maven.LagomKeys$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.maven.ProjectDependencies$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.maven.ServiceManager$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.DynamicProjectAdder$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.Internal$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.Internal.Configs$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.Internal.Keys$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.Lagom$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.LagomExternalProject$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.LagomImport$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.LagomJava$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.LagomLogback$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.LagomPlay$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.LagomPlugin$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.LagomReloadableService$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.LagomReloadableService.autoImport$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.LagomSettings$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.NonBlockingInteractionMode$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.NonBlockingInteractionMode.NullLogger$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.run.RunSupport$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class com.lightbend.lagom.sbt.SbtConsoleHelper$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class play.core.server.LagomReloadableDevServerStart$
Static reference to the singleton instance of this Scala object.
msg() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.Reply
 

N

name() - Method in class com.lightbend.lagom.dev.PortAssigner.ProjectName
 
name() - Method in class com.lightbend.lagom.discovery.ServiceRegistryActor.Lookup
 
name() - Method in class com.lightbend.lagom.discovery.ServiceRegistryActor.Register
 
name() - Method in class com.lightbend.lagom.discovery.ServiceRegistryActor.Remove
 
name() - Method in class com.lightbend.lagom.javadsl.api.CircuitBreaker.NamedCircuitBreaker
 
name() - Method in class com.lightbend.lagom.javadsl.api.Descriptor
 
name() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.NamedCallId
Get the name of the call.
name() - Method in class com.lightbend.lagom.javadsl.api.deser.ExceptionMessage
 
name() - Method in class com.lightbend.lagom.javadsl.api.transport.Method
 
name() - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraContactPoint
 
name() - Method in class com.lightbend.lagom.javadsl.pubsub.TopicId
 
named(String) - Method in class com.lightbend.lagom.javadsl.api.ScalaService$
 
named(String) - Static method in class com.lightbend.lagom.javadsl.api.ScalaService
 
named(String) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a descriptor for a service with the given name.
namedCall(String, ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request, Response>>) - Method in class com.lightbend.lagom.javadsl.api.ScalaService$
 
namedCall(String, ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request, Response>>) - Static method in class com.lightbend.lagom.javadsl.api.ScalaService
 
namedCall(String, Creator<ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given name.
namedCall(String, Method) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given name.
NamedCallId(String) - Constructor for class com.lightbend.lagom.javadsl.api.Descriptor.NamedCallId
 
NamedURLClassLoader - Class in com.lightbend.lagom.dev
A ClassLoader with a toString() that prints name/urls.
NamedURLClassLoader(String, URL[], ClassLoader) - Constructor for class com.lightbend.lagom.dev.NamedURLClassLoader
 
newBehavior(State) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity
Create a new empty Behavior with a given state.
newBehaviorBuilder(State) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity
Create a new empty BehaviorBuilder with a given state.
next() - Method in class com.lightbend.lagom.dev.PortAssigner.Port
 
NO_CONTENT - Static variable in class com.lightbend.lagom.javadsl.api.transport.ResponseHeader
 
NonBlockingInteractionMode - Class in com.lightbend.lagom.sbt
This is useful for testing, as it allows to start and stop the servers programmatically (and not on user's input, as it's usually done in development mode).
NonBlockingInteractionMode() - Constructor for class com.lightbend.lagom.sbt.NonBlockingInteractionMode
 
NonBlockingInteractionMode$ - Class in com.lightbend.lagom.sbt
This is useful for testing, as it allows to start and stop the servers programmatically (and not on user's input, as it's usually done in development mode).
NonBlockingInteractionMode$() - Constructor for class com.lightbend.lagom.sbt.NonBlockingInteractionMode$
 
NonBlockingInteractionMode.NullLogger$ - Class in com.lightbend.lagom.sbt
 
NONE - Static variable in class com.lightbend.lagom.javadsl.api.CircuitBreaker.NamedCircuitBreaker
 
none() - Static method in class com.lightbend.lagom.javadsl.api.CircuitBreaker
Do not use a Circuit breaker for this service call.
NONE - Static variable in class com.lightbend.lagom.javadsl.api.Descriptor.Call
 
NONE - Static variable in interface com.lightbend.lagom.javadsl.api.transport.HeaderFilter
A noop header transformer, used to deconfigure specific transformers.
nonReloadRunTask(Map<String, String>) - Method in class com.lightbend.lagom.sbt.run.RunSupport$
 
nonReloadRunTask(Map<String, String>) - Static method in class com.lightbend.lagom.sbt.run.RunSupport
 
noOffset() - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor
 
normalizeCassandraKeyspaceName(String) - Method in class com.lightbend.lagom.dev.LagomConfig$
 
normalizeCassandraKeyspaceName(String) - Static method in class com.lightbend.lagom.dev.LagomConfig
 
NoSerializer(Object, Throwable) - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NoSerializer
 
NoSerializer$() - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NoSerializer$
 
NOT_USED - Static variable in class com.lightbend.lagom.javadsl.api.deser.MessageSerializers
A serializer for NotUsed (empty) messages.
NotAcceptable - Exception in com.lightbend.lagom.javadsl.api.transport
Thrown when a protocol requested by the client cannot be negotiated.
NotAcceptable(Collection<MessageProtocol>, MessageProtocol) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.NotAcceptable
 
NotAcceptable(TransportErrorCode, ExceptionMessage) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.NotAcceptable
 
NotAcceptable - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
The server can't generate a response that meets the clients accepted response types.
NotDeserializable(Object, Throwable) - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotDeserializable
 
NotDeserializable$() - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotDeserializable$
 
NotEqualAfterSerialization(String, Object, Object) - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotEqualAfterSerialization
 
NotEqualAfterSerialization$() - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotEqualAfterSerialization$
 
NotFound(Map<String, ServiceRegistryService>) - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.NotFound
 
NotFound - Exception in com.lightbend.lagom.javadsl.api.transport
Exception thrown when the resource was not found.
NotFound(String) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.NotFound
 
NotFound(Throwable) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.NotFound
 
NotFound(TransportErrorCode, ExceptionMessage) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.NotFound
 
NotFound - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
A resource was not found, equivalent to policy violation.
NotFound$() - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.NotFound$
 
NotSerializable(Object, Throwable) - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotSerializable
 
NotSerializable$() - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotSerializable$
 
NullLogger$() - Constructor for class com.lightbend.lagom.sbt.NonBlockingInteractionMode.NullLogger$
 

O

obj() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NoSerializer
 
obj() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotDeserializable
 
obj() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotSerializable
 
obj() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UsingJavaSerializer
 
objAfter() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotEqualAfterSerialization
 
objBefore() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotEqualAfterSerialization
 
of(Class<Event>) - Method in class com.lightbend.lagom.javadsl.persistence.AggregateEventTag$
Convenience factory method of AggregateEventTag that uses the class name of the event type as tag.
of(Class<Event>, String) - Method in class com.lightbend.lagom.javadsl.persistence.AggregateEventTag$
Factory method of AggregateEventTag.
of(Class<Event>) - Static method in class com.lightbend.lagom.javadsl.persistence.AggregateEventTag
Convenience factory method of AggregateEventTag that uses the class name of the event type as tag.
of(Class<Event>, String) - Static method in class com.lightbend.lagom.javadsl.persistence.AggregateEventTag
Factory method of AggregateEventTag.
of(String, URI) - Static method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraContactPoint
Construct a new immutable CassandraContactPoint instance.
of(Class<T>, String) - Method in class com.lightbend.lagom.javadsl.pubsub.TopicId$
 
of(Class<T>, String) - Static method in class com.lightbend.lagom.javadsl.pubsub.TopicId
 
of(HeaderServiceCall<Request, Response>) - Static method in interface com.lightbend.lagom.javadsl.server.HeaderServiceCall
Convenience method for providing a HeaderServiceCall when a method accepts a less specific type, eg ServerServiceCall.
OK - Static variable in class com.lightbend.lagom.javadsl.api.transport.ResponseHeader
 
OPTIONAL - Static variable in class com.lightbend.lagom.javadsl.api.deser.PathParamSerializers
A generic (unresolved) optional serializer.
optional(String, Function<String, Param>, Function<Param, String>) - Static method in class com.lightbend.lagom.javadsl.api.deser.PathParamSerializers
Create a PathParamSerializer for optional parameters.
OPTIONS - Static variable in class com.lightbend.lagom.javadsl.api.transport.Method
 
OrderingProjectName$() - Constructor for class com.lightbend.lagom.dev.PortAssigner.ProjectName.OrderingProjectName$
 
original() - Method in class com.lightbend.lagom.dev.Reloader.Source
 
originalSource(File) - Method in class com.lightbend.lagom.sbt.run.RunSupport$
 
originalSource(File) - Static method in class com.lightbend.lagom.sbt.run.RunSupport
 
Outcome(List<E>, S, List<PersistentEntityTestDriver.SideEffect>, List<PersistentEntityTestDriver.Issue>) - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.Outcome
 
Outcome$() - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.Outcome$
 
outputDirectory() - Method in class com.lightbend.lagom.maven.RenameConductRBundleMojo
 

P

PATCH - Static variable in class com.lightbend.lagom.javadsl.api.transport.Method
 
path() - Method in class com.lightbend.lagom.discovery.ServiceRegistryActor.Route
 
path(String) - Static method in class com.lightbend.lagom.javadsl.api.ServiceAcl
 
pathCall(String, ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request, Response>>) - Method in class com.lightbend.lagom.javadsl.api.ScalaService$
 
pathCall(String, ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request, Response>>) - Static method in class com.lightbend.lagom.javadsl.api.ScalaService
 
pathCall(String, Creator<ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given path pattern.
pathCall(String, Function<A, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given path pattern.
pathCall(String, Function2<A, B, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given path pattern.
pathCall(String, Function3<A, B, C, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given path pattern.
pathCall(String, Function4<A, B, C, D, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given path pattern.
pathCall(String, Function5<A, B, C, D, E, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given path pattern.
pathCall(String, Function6<A, B, C, D, E, F, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given path pattern.
pathCall(String, Function7<A, B, C, D, E, F, G, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given path pattern.
pathCall(String, Function8<A, B, C, D, E, F, G, H, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given path pattern.
pathCall(String, Function9<A, B, C, D, E, F, G, H, I, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given path pattern.
pathCall(String, Function10<A, B, C, D, E, F, G, H, I, J, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given path pattern.
pathCall(String, Function11<A, B, C, D, E, F, G, H, I, J, K, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given path pattern.
pathCall(String, Method) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a service call descriptor, identified by the given path pattern.
PathCallId(String) - Constructor for class com.lightbend.lagom.javadsl.api.Descriptor.PathCallId
 
PathParamSerializer<Param> - Interface in com.lightbend.lagom.javadsl.api.deser
A path param serializer is responsible for serializing and deserializing parameters that are extracted from and formatted into paths.
pathParamSerializers() - Method in class com.lightbend.lagom.javadsl.api.Descriptor
 
PathParamSerializers - Class in com.lightbend.lagom.javadsl.api.deser
Id Serializers.
pathPattern() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.PathCallId
Get the path pattern.
pathPattern() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.RestCallId
The path pattern for the call.
pathRegex() - Method in class com.lightbend.lagom.javadsl.api.ServiceAcl
 
payload() - Method in class com.lightbend.lagom.javadsl.persistence.CommandEnvelope
 
PayloadTooLarge - Exception in com.lightbend.lagom.javadsl.api.transport
Thrown when the payload is too large.
PayloadTooLarge(String) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.PayloadTooLarge
 
PayloadTooLarge(Throwable) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.PayloadTooLarge
 
PayloadTooLarge(TransportErrorCode, ExceptionMessage) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.PayloadTooLarge
 
PayloadTooLarge - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
The payload of a message is too large.
PER_NODE - Static variable in class com.lightbend.lagom.javadsl.api.CircuitBreaker.NamedCircuitBreaker
 
PER_SERVICE - Static variable in class com.lightbend.lagom.javadsl.api.CircuitBreaker.NamedCircuitBreaker
 
percentile98th(double) - Method in class com.lightbend.lagom.javadsl.server.status.Latency.Builder
Initializes the value for the percentile98th attribute.
percentile999th(double) - Method in class com.lightbend.lagom.javadsl.server.status.Latency.Builder
Initializes the value for the percentile999th attribute.
percentile99th(double) - Method in class com.lightbend.lagom.javadsl.server.status.Latency.Builder
Initializes the value for the percentile99th attribute.
perNode() - Static method in class com.lightbend.lagom.javadsl.api.CircuitBreaker
Use a circuit breaker per node, if supported.
perService() - Static method in class com.lightbend.lagom.javadsl.api.CircuitBreaker
Use a circuit breaker per service.
PersistAll(Seq<B>, Effect) - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntity.PersistAll
 
PersistAll$() - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntity.PersistAll$
 
persistence() - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest.Setup
 
persistenceConfig(String, int, boolean) - Method in class com.lightbend.lagom.javadsl.persistence.testkit.TestUtil$
 
persistenceConfig(String, int, boolean) - Static method in class com.lightbend.lagom.javadsl.persistence.testkit.TestUtil
 
persistenceId() - Method in class com.lightbend.lagom.javadsl.persistence.testkit.TestUtil.AwaitPersistenceInit
 
PersistenceModule - Class in com.lightbend.lagom.javadsl.persistence
Guice module for the Persistence API.
PersistenceModule() - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistenceModule
 
PersistenceModule$ - Class in com.lightbend.lagom.javadsl.persistence
 
PersistenceModule$() - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistenceModule$
 
PersistentEntity<Command,Event,State> - Class in com.lightbend.lagom.javadsl.persistence
A PersistentEntity has a stable entity identifier, with which it can be accessed from anywhere in the cluster.
PersistentEntity() - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntity
 
PersistentEntity$ - Class in com.lightbend.lagom.javadsl.persistence
 
PersistentEntity$() - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntity$
 
PersistentEntity.Behavior - Class in com.lightbend.lagom.javadsl.persistence
Behavior consists of current state and functions to process incoming commands and persisted events.
PersistentEntity.Behavior$ - Class in com.lightbend.lagom.javadsl.persistence
 
PersistentEntity.CommandContext<R> - Class in com.lightbend.lagom.javadsl.persistence
The context that is passed to command handler function.
PersistentEntity.InvalidCommandException - Exception in com.lightbend.lagom.javadsl.persistence
Standard exception when rejecting invalid commands.
PersistentEntity.InvalidCommandException$ - Class in com.lightbend.lagom.javadsl.persistence
 
PersistentEntity.Persist<B extends Event> - Interface in com.lightbend.lagom.javadsl.persistence
A command handler returns a Persist directive that defines what event or events, if any, to persist.
PersistentEntity.PersistAll<B extends Event> - Class in com.lightbend.lagom.javadsl.persistence
INTERNAL API
PersistentEntity.PersistAll$ - Class in com.lightbend.lagom.javadsl.persistence
 
PersistentEntity.PersistException - Exception in com.lightbend.lagom.javadsl.persistence
Exception that is used when persist fails.
PersistentEntity.PersistException$ - Class in com.lightbend.lagom.javadsl.persistence
 
PersistentEntity.PersistNone<B extends Event> - Interface in com.lightbend.lagom.javadsl.persistence
INTERNAL API
PersistentEntity.PersistOne<B extends Event> - Class in com.lightbend.lagom.javadsl.persistence
INTERNAL API
PersistentEntity.PersistOne$ - Class in com.lightbend.lagom.javadsl.persistence
 
PersistentEntity.ReadOnlyCommandContext<R> - Class in com.lightbend.lagom.javadsl.persistence
The context that is passed to read-only command handlers.
PersistentEntity.ReplyType<R> - Interface in com.lightbend.lagom.javadsl.persistence
Commands to a PersistentEntity must implement this interface to define the reply type.
PersistentEntity.UnhandledCommandException - Exception in com.lightbend.lagom.javadsl.persistence
Exception that is used when command is not handled
PersistentEntity.UnhandledCommandException$ - Class in com.lightbend.lagom.javadsl.persistence
 
PersistentEntityRef<Command> - Class in com.lightbend.lagom.javadsl.persistence
Commands are sent to a PersistentEntity using a PersistentEntityRef.
PersistentEntityRef(String, ActorRef, ActorSystem, FiniteDuration) - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntityRef
 
PersistentEntityRegistry - Interface in com.lightbend.lagom.javadsl.persistence
PersistentEntityTestDriver<C,E,S> - Class in com.lightbend.lagom.javadsl.testkit
A testing utility for verifying that a PersistentEntity emits expected events and side-effects in response to incoming commands.
PersistentEntityTestDriver(ActorSystem, PersistentEntity<C, E, S>, String) - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver
 
PersistentEntityTestDriver$ - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver$() - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver$
 
PersistentEntityTestDriver.Issue - Interface in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.NoSerializer - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.NoSerializer$ - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.NotDeserializable - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.NotDeserializable$ - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.NotEqualAfterSerialization - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.NotEqualAfterSerialization$ - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.NotSerializable - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.NotSerializable$ - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.Outcome<E,S> - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.Outcome$ - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.Reply - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.Reply$ - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.SideEffect - Interface in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.UnhandledCommand - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.UnhandledCommand$ - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.UnhandledEvent - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.UnhandledEvent$ - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.UsingJavaSerializer - Class in com.lightbend.lagom.javadsl.testkit
 
PersistentEntityTestDriver.UsingJavaSerializer$ - Class in com.lightbend.lagom.javadsl.testkit
 
PersistException(String) - Constructor for exception com.lightbend.lagom.javadsl.persistence.PersistentEntity.PersistException
 
PersistException$() - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntity.PersistException$
 
PersistOne(B, Consumer<B>) - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntity.PersistOne
 
PersistOne$() - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntity.PersistOne$
 
play.core.server - package play.core.server
 
PlayRegisterWithServiceRegistry - Class in com.lightbend.lagom.play
 
PlayRegisterWithServiceRegistry(Configuration, ServiceInfo, ServiceRegistry, ApplicationLifecycle) - Constructor for class com.lightbend.lagom.play.PlayRegisterWithServiceRegistry
 
playService() - Method in class com.lightbend.lagom.maven.ConfigureMojo
 
playService() - Method in class com.lightbend.lagom.maven.ExternalProject
 
PlayService() - Method in class com.lightbend.lagom.maven.LagomKeys$
Whether this project is a Play service
PlayService() - Static method in class com.lightbend.lagom.maven.LagomKeys
Whether this project is a Play service
playService() - Method in class com.lightbend.lagom.maven.StartMojo
 
playService() - Method in class com.lightbend.lagom.maven.StopMojo
 
PlayServiceCall<Request,Response> - Interface in com.lightbend.lagom.javadsl.server
An ID service call implementation that allows plugging directly into Play's request handling.
PlayServiceInfoProvider - Class in com.lightbend.lagom.play
 
PlayServiceInfoProvider(Configuration) - Constructor for class com.lightbend.lagom.play.PlayServiceInfoProvider
 
PolicyViolation - Exception in com.lightbend.lagom.javadsl.api.transport
Exception thrown when there was a generic client error.
PolicyViolation(String) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.PolicyViolation
 
PolicyViolation(Throwable) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.PolicyViolation
 
PolicyViolation(TransportErrorCode, ExceptionMessage) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.PolicyViolation
 
PolicyViolation - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
A generic error to used to indicate that the end receiving the error message violated the remote ends policy.
Port(int) - Constructor for class com.lightbend.lagom.dev.PortAssigner.Port
 
port() - Method in class com.lightbend.lagom.gateway.ServiceGatewayConfig
 
port() - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest.TestServer
 
Port$() - Constructor for class com.lightbend.lagom.dev.PortAssigner.Port$
 
PortAssigner - Class in com.lightbend.lagom.dev
 
PortAssigner() - Constructor for class com.lightbend.lagom.dev.PortAssigner
 
PortAssigner$ - Class in com.lightbend.lagom.dev
 
PortAssigner$() - Constructor for class com.lightbend.lagom.dev.PortAssigner$
 
PortAssigner.Port - Class in com.lightbend.lagom.dev
 
PortAssigner.Port$ - Class in com.lightbend.lagom.dev
 
PortAssigner.PortRange - Class in com.lightbend.lagom.dev
 
PortAssigner.PortRange$ - Class in com.lightbend.lagom.dev
 
PortAssigner.ProjectName - Class in com.lightbend.lagom.dev
 
PortAssigner.ProjectName$ - Class in com.lightbend.lagom.dev
 
PortAssigner.ProjectName.OrderingProjectName$ - Class in com.lightbend.lagom.dev
 
PortRange(int, int) - Constructor for class com.lightbend.lagom.dev.PortAssigner.PortRange
 
PortRange() - Constructor for class com.lightbend.lagom.sbt.LagomPlugin.autoImport$.PortRange
 
PortRange$() - Constructor for class com.lightbend.lagom.dev.PortAssigner.PortRange$
 
PortRangeBean - Class in com.lightbend.lagom.maven
 
PortRangeBean() - Constructor for class com.lightbend.lagom.maven.PortRangeBean
 
POST - Static variable in class com.lightbend.lagom.javadsl.api.transport.Method
 
prepare(CassandraSession) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor
First you must tell where in the event stream the processing should start, i.e.
prepare(String) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Create a PreparedStatement that can be bound and used in executeWrite or select multiple times.
principal() - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
Get the principal for this request, if there is one.
printStartScreen(LoggerProxy, Seq<Tuple2<String, String>>) - Method in class com.lightbend.lagom.dev.ConsoleHelper
 
printStartScreen(Logger, Seq<Tuple2<String, Reloader.DevServer>>) - Method in class com.lightbend.lagom.sbt.SbtConsoleHelper$
 
printStartScreen(Logger, Seq<Tuple2<String, Reloader.DevServer>>) - Static method in class com.lightbend.lagom.sbt.SbtConsoleHelper
 
problems(Seq<Throwable>) - Method in class com.lightbend.lagom.sbt.run.RunSupport$
 
problems(Seq<Throwable>) - Static method in class com.lightbend.lagom.sbt.run.RunSupport
 
ProjectDependencies - Class in com.lightbend.lagom.maven
 
ProjectDependencies(Seq<Artifact>, Seq<MavenProject>) - Constructor for class com.lightbend.lagom.maven.ProjectDependencies
 
ProjectDependencies$ - Class in com.lightbend.lagom.maven
 
ProjectDependencies$() - Constructor for class com.lightbend.lagom.maven.ProjectDependencies$
 
ProjectName(String) - Constructor for class com.lightbend.lagom.dev.PortAssigner.ProjectName
 
ProjectName$() - Constructor for class com.lightbend.lagom.dev.PortAssigner.ProjectName$
 
projectPath() - Method in class com.lightbend.lagom.dev.Reloader
 
projectSettings() - Method in class com.lightbend.lagom.sbt.Lagom$
 
projectSettings() - Static method in class com.lightbend.lagom.sbt.Lagom
 
projectSettings() - Method in class com.lightbend.lagom.sbt.LagomExternalProject$
 
projectSettings() - Static method in class com.lightbend.lagom.sbt.LagomExternalProject
 
projectSettings() - Method in class com.lightbend.lagom.sbt.LagomJava$
 
projectSettings() - Static method in class com.lightbend.lagom.sbt.LagomJava
 
projectSettings() - Method in class com.lightbend.lagom.sbt.LagomLogback$
 
projectSettings() - Static method in class com.lightbend.lagom.sbt.LagomLogback
 
projectSettings() - Method in class com.lightbend.lagom.sbt.LagomPlay$
 
projectSettings() - Static method in class com.lightbend.lagom.sbt.LagomPlay
 
projectSettings() - Method in class com.lightbend.lagom.sbt.LagomPlugin$
 
projectSettings() - Static method in class com.lightbend.lagom.sbt.LagomPlugin
 
projectSettings() - Method in class com.lightbend.lagom.sbt.LagomReloadableService$
 
projectSettings() - Static method in class com.lightbend.lagom.sbt.LagomReloadableService
 
protocol() - Method in interface com.lightbend.lagom.javadsl.api.deser.MessageSerializer.NegotiatedSerializer
Get the protocol associated with this entity.
protocol() - Method in class com.lightbend.lagom.javadsl.api.deser.RawExceptionMessage
The protocol.
protocol() - Method in class com.lightbend.lagom.javadsl.api.transport.MessageHeader
Get the protocol of the message.
ProtocolError - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
A protocol error, or bad request.
provideActorSystem() - Method in class com.lightbend.lagom.javadsl.cluster.testkit.ActorSystemModule
 
publish(T) - Method in class com.lightbend.lagom.javadsl.pubsub.PubSubRef
 
publisher() - Method in class com.lightbend.lagom.javadsl.pubsub.PubSubRef
Publish messages from a stream to the topic.
PubSubModule - Class in com.lightbend.lagom.javadsl.pubsub
Guice module for the PubSub API.
PubSubModule() - Constructor for class com.lightbend.lagom.javadsl.pubsub.PubSubModule
 
PubSubRef<T> - Class in com.lightbend.lagom.javadsl.pubsub
A PubSubRef represents a publish/subscribe topic.
PubSubRef(TopicId<T>, ActorRef, ActorSystem, int) - Constructor for class com.lightbend.lagom.javadsl.pubsub.PubSubRef
 
PubSubRegistry - Interface in com.lightbend.lagom.javadsl.pubsub
Publish and subscribe to a topic is performed with a PubSubRef and that is retrieved via this registry.
PUT - Static variable in class com.lightbend.lagom.javadsl.api.transport.Method
 
put(MavenProject, A) - Method in class com.lightbend.lagom.maven.LagomKey
 

Q

qualifier() - Method in class com.lightbend.lagom.javadsl.pubsub.TopicId
 

R

RawExceptionMessage - Class in com.lightbend.lagom.javadsl.api.deser
A serialized exception message.
RawExceptionMessage(TransportErrorCode, MessageProtocol, ByteString) - Constructor for class com.lightbend.lagom.javadsl.api.deser.RawExceptionMessage
 
ReadOnlyCommandContext() - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntity.ReadOnlyCommandContext
 
receive() - Method in class com.lightbend.lagom.discovery.ServiceRegistryActor
 
receiveCommand() - Method in class com.lightbend.lagom.javadsl.persistence.testkit.TestUtil.AwaitPersistenceInit
 
receiveRecover() - Method in class com.lightbend.lagom.javadsl.persistence.testkit.TestUtil.AwaitPersistenceInit
 
recoveryCompleted() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity
This method is called to notify the entity that the recovery process is finished.
red(String) - Method in class com.lightbend.lagom.dev.Colors
 
refFor(Class<? extends PersistentEntity<C, ?, ?>>, String) - Method in interface com.lightbend.lagom.javadsl.persistence.PersistentEntityRegistry
Retrieve a PersistentEntityRef for a given PersistentEntity class and identifier.
refFor(TopicId<T>) - Method in interface com.lightbend.lagom.javadsl.pubsub.PubSubRegistry
Get a PubSubRef for a given topic.
register(String) - Method in class com.lightbend.lagom.discovery.impl.ServiceRegistryImpl
 
Register(String, ServiceRegistryService) - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.Register
 
register(Class<? extends CassandraReadSideProcessor<Event>>) - Method in interface com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSide
At system startup all CassandraReadSideProcessor classes must be registered with this method.
register(Class<? extends PersistentEntity<C, E, S>>) - Method in interface com.lightbend.lagom.javadsl.persistence.PersistentEntityRegistry
At system startup all PersistentEntity classes must be registered with this method.
Register$() - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.Register$
 
registeredServices() - Method in class com.lightbend.lagom.discovery.impl.ServiceRegistryImpl
 
RegisteredServices(PSequence<RegisteredService>) - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.RegisteredServices
 
RegisteredServices$() - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.RegisteredServices$
 
registry() - Method in class com.lightbend.lagom.discovery.ServiceRegistryActor.NotFound
 
reload() - Method in interface com.lightbend.lagom.dev.Reloader.DevServer
Reloads the application.
reload() - Method in class com.lightbend.lagom.dev.Reloader
Contrary to its name, this doesn't necessarily reload the app.
reload() - Method in class com.lightbend.lagom.sbt.server.ReloadableServer
Executes application's reloading.
ReloadableServer - Class in com.lightbend.lagom.sbt.server
A server that can reload the running application.
ReloadableServer(ServerWithStop) - Constructor for class com.lightbend.lagom.sbt.server.ReloadableServer
 
Reloader - Class in com.lightbend.lagom.dev
 
Reloader(Function0<Reloader.CompileResult>, ClassLoader, File, Seq<Tuple2<String, String>>, Seq<File>, FileWatchService, Object) - Constructor for class com.lightbend.lagom.dev.Reloader
 
Reloader$ - Class in com.lightbend.lagom.dev
 
Reloader$() - Constructor for class com.lightbend.lagom.dev.Reloader$
 
Reloader.CompileFailure - Class in com.lightbend.lagom.dev
 
Reloader.CompileFailure$ - Class in com.lightbend.lagom.dev
 
Reloader.CompileResult - Interface in com.lightbend.lagom.dev
 
Reloader.CompileSuccess - Class in com.lightbend.lagom.dev
 
Reloader.CompileSuccess$ - Class in com.lightbend.lagom.dev
 
Reloader.DevServer - Interface in com.lightbend.lagom.dev
Play dev server
Reloader.Source - Class in com.lightbend.lagom.dev
 
Reloader.Source$ - Class in com.lightbend.lagom.dev
 
reloadRunTask(Map<String, String>) - Method in class com.lightbend.lagom.sbt.run.RunSupport$
 
reloadRunTask(Map<String, String>) - Static method in class com.lightbend.lagom.sbt.run.RunSupport
 
Remove(String) - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.Remove
 
remove(MavenProject) - Method in class com.lightbend.lagom.maven.LagomKey
 
Remove$() - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.Remove$
 
RenameConductRBundleMojo - Class in com.lightbend.lagom.maven
Converts a zip artifact to one named according to ConductR's conventions.
RenameConductRBundleMojo(MavenLoggerProxy) - Constructor for class com.lightbend.lagom.maven.RenameConductRBundleMojo
 
replaceAllAcls(PSequence<ServiceAcl>) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Replace all the ACLs with the given ACL sequence.
replaceAllCalls(PSequence<Descriptor.Call<?, ?>>) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Replace all the service calls provided by this descriptor with the the given service calls.
replaceAllHeaders(PMap<String, PSequence<String>>) - Method in class com.lightbend.lagom.javadsl.api.transport.MessageHeader
Return a copy of this message header with the headers replaced by the given map of headers.
replaceAllHeaders(PMap<String, PSequence<String>>) - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
 
replaceAllHeaders(PMap<String, PSequence<String>>) - Method in class com.lightbend.lagom.javadsl.api.transport.ResponseHeader
 
replaceAllMessageSerializers(PMap<Type, MessageSerializer<?, ?>>) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Replace all the message serializers registered with this descriptor with the the given message serializers.
replaceAllPathParamSerializers(PMap<Type, PathParamSerializer<?>>) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Replace all the path param serializers registered with this descriptor with the the given path param serializers.
reply(R) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.ReadOnlyCommandContext
Send reply to a command.
Reply(Object) - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.Reply
 
Reply$() - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.Reply$
 
RequestHeader - Class in com.lightbend.lagom.javadsl.api.transport
A request header.
RequestHeader(Method, URI, MessageProtocol, PSequence<MessageProtocol>, Optional<Principal>, PMap<String, PSequence<String>>) - Constructor for class com.lightbend.lagom.javadsl.api.transport.RequestHeader
 
requestSerializer() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
Get the request message serializer.
required(String, Function<String, Param>, Function<Param, String>) - Static method in class com.lightbend.lagom.javadsl.api.deser.PathParamSerializers
Create a PathParamSerializer for required parameters.
requires() - Method in class com.lightbend.lagom.sbt.Lagom$
 
requires() - Static method in class com.lightbend.lagom.sbt.Lagom
 
requires() - Method in class com.lightbend.lagom.sbt.LagomExternalProject$
 
requires() - Static method in class com.lightbend.lagom.sbt.LagomExternalProject
 
requires() - Method in class com.lightbend.lagom.sbt.LagomJava$
 
requires() - Static method in class com.lightbend.lagom.sbt.LagomJava
 
requires() - Method in class com.lightbend.lagom.sbt.LagomLogback$
 
requires() - Static method in class com.lightbend.lagom.sbt.LagomLogback
 
requires() - Method in class com.lightbend.lagom.sbt.LagomPlay$
 
requires() - Static method in class com.lightbend.lagom.sbt.LagomPlay
 
requires() - Method in class com.lightbend.lagom.sbt.LagomPlugin$
 
requires() - Static method in class com.lightbend.lagom.sbt.LagomPlugin
 
requires() - Method in class com.lightbend.lagom.sbt.LagomReloadableService$
 
requires() - Static method in class com.lightbend.lagom.sbt.LagomReloadableService
 
resolveArtifact(Artifact) - Method in class com.lightbend.lagom.maven.MavenFacade
Resolve the classpath for the given artifact.
resolveDependency(Dependency, Seq<Dependency>) - Method in class com.lightbend.lagom.maven.MavenFacade
Resolve the classpath for the given dependency.
resolveProject(MavenProject, Seq<Dependency>) - Method in class com.lightbend.lagom.maven.MavenFacade
Resolve a project, with additional dependencies added to the project.
ResponseHeader - Class in com.lightbend.lagom.javadsl.api.transport
This header may or may not be mapped down onto HTTP.
ResponseHeader(int, MessageProtocol, PMap<String, PSequence<String>>) - Constructor for class com.lightbend.lagom.javadsl.api.transport.ResponseHeader
 
responseSerializer() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
Get the response message serializer.
restCall(Method, String, ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request, Response>>) - Method in class com.lightbend.lagom.javadsl.api.ScalaService$
 
restCall(Method, String, ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request, Response>>) - Static method in class com.lightbend.lagom.javadsl.api.ScalaService
 
restCall(Method, String, Creator<ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a REST service call descriptor, identified by the given HTTP method and path pattern.
restCall(Method, String, Function<A, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a REST service call descriptor, identified by the given HTTP method and path pattern.
restCall(Method, String, Function2<A, B, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a REST service call descriptor, identified by the given HTTP method and path pattern.
restCall(Method, String, Function3<A, B, C, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a REST service call descriptor, identified by the given HTTP method and path pattern.
restCall(Method, String, Function4<A, B, C, D, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a REST service call descriptor, identified by the given HTTP method and path pattern.
restCall(Method, String, Function5<A, B, C, D, E, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a REST service call descriptor, identified by the given HTTP method and path pattern.
restCall(Method, String, Function6<A, B, C, D, E, F, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a REST service call descriptor, identified by the given HTTP method and path pattern.
restCall(Method, String, Function7<A, B, C, D, E, F, G, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a REST service call descriptor, identified by the given HTTP method and path pattern.
restCall(Method, String, Function8<A, B, C, D, E, F, G, H, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a REST service call descriptor, identified by the given HTTP method and path pattern.
restCall(Method, String, Function9<A, B, C, D, E, F, G, H, I, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a REST service call descriptor, identified by the given HTTP method and path pattern.
restCall(Method, String, Function10<A, B, C, D, E, F, G, H, I, J, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a REST service call descriptor, identified by the given HTTP method and path pattern.
restCall(Method, String, Function11<A, B, C, D, E, F, G, H, I, J, K, ServiceCall<Request, Response>>) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a REST service call descriptor, identified by the given HTTP method and path pattern.
restCall(Method, String, Method) - Static method in interface com.lightbend.lagom.javadsl.api.Service
Create a REST service call descriptor, identified by the given HTTP method and path pattern.
RestCallId(Method, String) - Constructor for class com.lightbend.lagom.javadsl.api.Descriptor.RestCallId
 
Route(String, String) - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.Route
 
Route$() - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor.Route$
 
run(Object...) - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver
The entity will process the commands and the emitted events and side effects are recorded and provided in the returned Outcome.
run(Seq<C>) - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver
The entity will process the commands and the emitted events and side effects are recorded and provided in the returned Outcome.
runAll() - Method in class com.lightbend.lagom.sbt.LagomPlugin.autoImport$
 
RunAllMojo - Class in com.lightbend.lagom.maven
Run a service, blocking until the user hits enter before stopping it again.
RunAllMojo(MavenFacade, MavenLoggerProxy, MavenSession) - Constructor for class com.lightbend.lagom.maven.RunAllMojo
 
runJava(List<String>, Seq<File>, String, List<String>) - Method in class com.lightbend.lagom.dev.LagomProcess$
Run a Java process.
runJava(List<String>, Seq<File>, String, List<String>) - Static method in class com.lightbend.lagom.dev.LagomProcess
Run a Java process.
RunMojo - Class in com.lightbend.lagom.maven
Run a service, blocking until the user hits enter before stopping it again.
RunMojo(MavenFacade, LoggerProxy, MavenSession) - Constructor for class com.lightbend.lagom.maven.RunMojo
 
RunSupport - Class in com.lightbend.lagom.sbt.run
 
RunSupport() - Constructor for class com.lightbend.lagom.sbt.run.RunSupport
 
RunSupport$ - Class in com.lightbend.lagom.sbt.run
 
RunSupport$() - Constructor for class com.lightbend.lagom.sbt.run.RunSupport$
 
runTask(String) - Method in class com.lightbend.lagom.dev.Reloader
 

S

SbtConsoleHelper - Class in com.lightbend.lagom.sbt
 
SbtConsoleHelper() - Constructor for class com.lightbend.lagom.sbt.SbtConsoleHelper
 
SbtConsoleHelper$ - Class in com.lightbend.lagom.sbt
 
SbtConsoleHelper$() - Constructor for class com.lightbend.lagom.sbt.SbtConsoleHelper$
 
SbtLoggerProxy - Class in com.lightbend.lagom.sbt
 
SbtLoggerProxy(Logger) - Constructor for class com.lightbend.lagom.sbt.SbtLoggerProxy
 
scalaBinaryVersion(String) - Method in class com.lightbend.lagom.maven.ServiceManager$
 
scalaBinaryVersion(String) - Static method in class com.lightbend.lagom.maven.ServiceManager
 
ScalaClassLoaderManager - Class in com.lightbend.lagom.maven
Implements sharing of Scala classloaders, to save on memory
ScalaClassLoaderManager(MavenLoggerProxy) - Constructor for class com.lightbend.lagom.maven.ScalaClassLoaderManager
 
ScalaMethodCall(Method) - Constructor for class com.lightbend.lagom.javadsl.api.ScalaServiceSupport.ScalaMethodCall
 
ScalaMethodCall$() - Constructor for class com.lightbend.lagom.javadsl.api.ScalaServiceSupport.ScalaMethodCall$
 
ScalaService - Class in com.lightbend.lagom.javadsl.api
Support for implementing javadsl service calls with Scala.
ScalaService() - Constructor for class com.lightbend.lagom.javadsl.api.ScalaService
 
ScalaService$ - Class in com.lightbend.lagom.javadsl.api
Support for implementing javadsl service calls with Scala.
ScalaService$() - Constructor for class com.lightbend.lagom.javadsl.api.ScalaService$
 
ScalaServiceSupport - Class in com.lightbend.lagom.javadsl.api
 
ScalaServiceSupport() - Constructor for class com.lightbend.lagom.javadsl.api.ScalaServiceSupport
 
ScalaServiceSupport$ - Class in com.lightbend.lagom.javadsl.api
 
ScalaServiceSupport$() - Constructor for class com.lightbend.lagom.javadsl.api.ScalaServiceSupport$
 
ScalaServiceSupport.ScalaMethodCall<T> - Class in com.lightbend.lagom.javadsl.api
 
ScalaServiceSupport.ScalaMethodCall$ - Class in com.lightbend.lagom.javadsl.api
 
select(String, Object...) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Prepare, bind and execute a select statement in one go.
select(Statement) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Execute a select statement.
select(String, Seq<Object>) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Prepare, bind and execute a select statement in one go.
selectAll(String, Object...) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Prepare, bind and execute a select statement in one go.
selectAll(Statement) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Execute a select statement.
selectAll(String, Seq<Object>) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Prepare, bind and execute a select statement in one go.
selectOne(String, Object...) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Prepare, bind and execute a select statement that returns one row.
selectOne(Statement) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Execute a select statement that returns one row.
selectOne(String, Seq<Object>) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
Prepare, bind and execute a select statement that returns one row.
SerializationException - Exception in com.lightbend.lagom.javadsl.api.deser
Thrown when an error was encountered during serialization.
SerializationException(String) - Constructor for exception com.lightbend.lagom.javadsl.api.deser.SerializationException
 
SerializationException(Throwable) - Constructor for exception com.lightbend.lagom.javadsl.api.deser.SerializationException
 
SerializationException(TransportErrorCode, ExceptionMessage) - Constructor for exception com.lightbend.lagom.javadsl.api.deser.SerializationException
 
serialize(Throwable, Collection<MessageProtocol>) - Method in interface com.lightbend.lagom.javadsl.api.deser.ExceptionSerializer
Serialize the given exception to an exception message.
serialize(MessageEntity) - Method in interface com.lightbend.lagom.javadsl.api.deser.MessageSerializer.NegotiatedSerializer
Serialize the given message entity.
serialize(Param) - Method in interface com.lightbend.lagom.javadsl.api.deser.PathParamSerializer
Serialize the given parameter into path parameters.
serialize(Throwable, Collection<MessageProtocol>) - Method in class com.lightbend.lagom.javadsl.jackson.JacksonExceptionSerializer
 
serializerFactory() - Method in class com.lightbend.lagom.javadsl.api.Descriptor
 
SerializerFactory - Interface in com.lightbend.lagom.javadsl.api.deser
A serializer factory is responsible for constructing serializers for types.
serializerForRequest() - Method in interface com.lightbend.lagom.javadsl.api.deser.MessageSerializer
Get a serializer for a client request.
serializerForResponse(List<MessageProtocol>) - Method in interface com.lightbend.lagom.javadsl.api.deser.MessageSerializer
Negotiate a serializer for the response, given the accepted message headers.
ServerContainer() - Constructor for class com.lightbend.lagom.dev.Servers.ServerContainer
 
Servers - Class in com.lightbend.lagom.dev
 
Servers() - Constructor for class com.lightbend.lagom.dev.Servers
 
Servers$ - Class in com.lightbend.lagom.dev
 
Servers$() - Constructor for class com.lightbend.lagom.dev.Servers$
 
Servers.CassandraServer$ - Class in com.lightbend.lagom.dev
 
Servers.ServerContainer - Class in com.lightbend.lagom.dev
 
Servers.ServiceLocator$ - Class in com.lightbend.lagom.dev
 
ServerServiceCall<Request,Response> - Interface in com.lightbend.lagom.javadsl.server
A server implementation of a service call.
service() - Method in class com.lightbend.lagom.discovery.ServiceRegistryActor.Register
 
Service - Interface in com.lightbend.lagom.javadsl.api
A self describing service.
service() - Method in class com.lightbend.lagom.javadsl.server.ServiceGuiceSupport.InstanceServiceBinding
 
SERVICE_REGISTRY_ACTOR - Static variable in class com.lightbend.lagom.discovery.impl.ServiceRegistryModule
 
ServiceAcl - Class in com.lightbend.lagom.javadsl.api
 
ServiceAcl(Optional<Method>, Optional<String>) - Constructor for class com.lightbend.lagom.javadsl.api.ServiceAcl
 
ServiceAlreadyRegistered - Exception in com.lightbend.lagom.discovery
 
ServiceAlreadyRegistered(String) - Constructor for exception com.lightbend.lagom.discovery.ServiceAlreadyRegistered
 
serviceBinding(Class<T>, Class<? extends T>) - Method in interface com.lightbend.lagom.javadsl.server.ServiceGuiceSupport
 
serviceBinding(Class<T>, T) - Method in interface com.lightbend.lagom.javadsl.server.ServiceGuiceSupport
 
ServiceCall<Request,Response> - Interface in com.lightbend.lagom.javadsl.api
A service call for an entity.
serviceCallHolder() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
A holder for the service call.
ServiceClientGuiceSupport - Interface in com.lightbend.lagom.javadsl.client
 
ServiceGateway - Class in com.lightbend.lagom.gateway
 
ServiceGateway(ApplicationLifecycle, ServiceGatewayConfig, ActorRef) - Constructor for class com.lightbend.lagom.gateway.ServiceGateway
 
serviceGatewayAddress() - Method in class com.lightbend.lagom.discovery.ServiceLocatorServer
 
ServiceGatewayConfig - Class in com.lightbend.lagom.gateway
 
ServiceGatewayConfig(int) - Constructor for class com.lightbend.lagom.gateway.ServiceGatewayConfig
 
ServiceGatewayConfig$ - Class in com.lightbend.lagom.gateway
 
ServiceGatewayConfig$() - Constructor for class com.lightbend.lagom.gateway.ServiceGatewayConfig$
 
serviceGatewayPort() - Method in class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
ServiceGuiceSupport - Interface in com.lightbend.lagom.javadsl.server
 
ServiceGuiceSupport.ClassServiceBinding<T> - Class in com.lightbend.lagom.javadsl.server
 
ServiceGuiceSupport.InstanceServiceBinding<T> - Class in com.lightbend.lagom.javadsl.server
 
ServiceGuiceSupport.ServiceBinding<T> - Class in com.lightbend.lagom.javadsl.server
 
serviceImplementation() - Method in class com.lightbend.lagom.javadsl.server.ServiceGuiceSupport.ClassServiceBinding
 
ServiceInfo - Class in com.lightbend.lagom.javadsl.api
Information for this service.
ServiceInfo(String) - Constructor for class com.lightbend.lagom.javadsl.api.ServiceInfo
 
serviceInterface() - Method in class com.lightbend.lagom.javadsl.server.ServiceGuiceSupport.ClassServiceBinding
 
serviceInterface() - Method in class com.lightbend.lagom.javadsl.server.ServiceGuiceSupport.InstanceServiceBinding
 
serviceInterface() - Method in class com.lightbend.lagom.javadsl.server.ServiceGuiceSupport.ServiceBinding
 
ServiceLocator - Interface in com.lightbend.lagom.javadsl.api
Locates services.
ServiceLocator$() - Constructor for class com.lightbend.lagom.dev.Servers.ServiceLocator$
 
serviceLocatorAddress() - Method in class com.lightbend.lagom.discovery.ServiceLocatorServer
 
serviceLocatorEnabled() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
serviceLocatorEnabled() - Method in class com.lightbend.lagom.maven.StartMojo
 
serviceLocatorEnabled() - Method in class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
serviceLocatorEnabled() - Method in class com.lightbend.lagom.maven.StopServiceLocatorMojo
 
serviceLocatorPort() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
serviceLocatorPort() - Method in class com.lightbend.lagom.maven.StartMojo
 
serviceLocatorPort() - Method in class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
ServiceLocatorServer - Class in com.lightbend.lagom.discovery
 
ServiceLocatorServer() - Constructor for class com.lightbend.lagom.discovery.ServiceLocatorServer
 
ServiceLocatorUrl() - Method in class com.lightbend.lagom.dev.LagomConfig$
 
ServiceLocatorUrl() - Static method in class com.lightbend.lagom.dev.LagomConfig
 
serviceLocatorUrl() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
serviceLocatorUrl() - Method in class com.lightbend.lagom.maven.StartMojo
 
ServiceManager - Class in com.lightbend.lagom.maven
Manages services
ServiceManager(MavenLoggerProxy, MavenSession, MavenFacade, ScalaClassLoaderManager) - Constructor for class com.lightbend.lagom.maven.ServiceManager
 
ServiceManager$ - Class in com.lightbend.lagom.maven
 
ServiceManager$() - Constructor for class com.lightbend.lagom.maven.ServiceManager$
 
serviceName() - Method in interface com.lightbend.lagom.javadsl.api.security.ServicePrincipal
The service name.
serviceName() - Method in class com.lightbend.lagom.javadsl.api.ServiceInfo
 
servicePort() - Method in class com.lightbend.lagom.maven.ExternalProject
 
servicePort() - Method in class com.lightbend.lagom.maven.StartMojo
 
servicePortRange() - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
servicePortRange() - Method in class com.lightbend.lagom.maven.StartMojo
 
ServicePrincipal - Interface in com.lightbend.lagom.javadsl.api.security
A service principal.
ServiceRegistryActor - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor(UnmanagedServices) - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor
 
ServiceRegistryActor$ - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor$() - Constructor for class com.lightbend.lagom.discovery.ServiceRegistryActor$
 
ServiceRegistryActor.Found - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.Found$ - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.GetRegisteredServices$ - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.Lookup - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.Lookup$ - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.NotFound - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.NotFound$ - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.Register - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.Register$ - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.RegisteredServices - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.RegisteredServices$ - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.Remove - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.Remove$ - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.Route - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.Route$ - Class in com.lightbend.lagom.discovery
 
ServiceRegistryActor.RouteResult - Interface in com.lightbend.lagom.discovery
 
ServiceRegistryImpl - Class in com.lightbend.lagom.discovery.impl
 
ServiceRegistryImpl(ActorRef) - Constructor for class com.lightbend.lagom.discovery.impl.ServiceRegistryImpl
 
ServiceRegistryModule - Class in com.lightbend.lagom.discovery.impl
 
ServiceRegistryModule(ServiceGatewayConfig, Map<String, String>) - Constructor for class com.lightbend.lagom.discovery.impl.ServiceRegistryModule
 
services() - Method in class com.lightbend.lagom.discovery.ServiceRegistryActor.RegisteredServices
 
services() - Method in class com.lightbend.lagom.discovery.UnmanagedServices
 
ServiceTest - Class in com.lightbend.lagom.javadsl.testkit
Support for writing functional tests for one service.
ServiceTest() - Constructor for class com.lightbend.lagom.javadsl.testkit.ServiceTest
 
ServiceTest$ - Class in com.lightbend.lagom.javadsl.testkit
Support for writing functional tests for one service.
ServiceTest$() - Constructor for class com.lightbend.lagom.javadsl.testkit.ServiceTest$
 
ServiceTest.Setup - Class in com.lightbend.lagom.javadsl.testkit
 
ServiceTest.Setup$ - Class in com.lightbend.lagom.javadsl.testkit
 
ServiceTest.TestServer - Class in com.lightbend.lagom.javadsl.testkit
When the server is started you can get the service client and other Guice bindings here.
ServiceUnavailable - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
Service unavailable, thrown when the service is unavailable or going away.
setArtifact(Dependency) - Method in class com.lightbend.lagom.maven.ExternalProject
 
setBundleName(String) - Method in class com.lightbend.lagom.maven.RenameConductRBundleMojo
 
setCassandraCleanOnStart(boolean) - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
setCassandraEnabled(boolean) - Method in class com.lightbend.lagom.maven.ExternalProject
 
setCassandraEnabled(boolean) - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
setCassandraEnabled(boolean) - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
setCassandraEnabled(boolean) - Method in class com.lightbend.lagom.maven.StartMojo
 
setCassandraEnabled(boolean) - Method in class com.lightbend.lagom.maven.StopCassandraMojo
 
setCassandraJvmOptions(List<String>) - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
setCassandraMaxBootWaitingSeconds(int) - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
setCassandraPort(int) - Method in class com.lightbend.lagom.maven.StartCassandraMojo
 
setCassandraPort(int) - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
setCassandraPort(int) - Method in class com.lightbend.lagom.maven.StartMojo
 
setEventHandler(Class<E>, BiFunction<E, UUID, CompletionStage<List<BoundStatement>>>) - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraReadSideProcessor.EventHandlersBuilder
Define the event handler that will be used for events of a given class.
setExternalProjects(List<ExternalProject>) - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
setExternalProjects(List<ExternalProject>) - Method in class com.lightbend.lagom.maven.StartMojo
 
setExternalProjects(List<Dependency>) - Method in class com.lightbend.lagom.maven.StopAllMojo
 
setExternalProjects(List<ExternalProject>) - Method in class com.lightbend.lagom.maven.StopExternalProjects
 
setLagomService(boolean) - Method in class com.lightbend.lagom.maven.ConfigureMojo
 
setLagomService(boolean) - Method in class com.lightbend.lagom.maven.StartMojo
 
setLagomService(boolean) - Method in class com.lightbend.lagom.maven.StopMojo
 
setMax(int) - Method in class com.lightbend.lagom.maven.PortRangeBean
 
setMin(int) - Method in class com.lightbend.lagom.maven.PortRangeBean
 
setOutputDirectory(File) - Method in class com.lightbend.lagom.maven.RenameConductRBundleMojo
 
setPlayService(boolean) - Method in class com.lightbend.lagom.maven.ConfigureMojo
 
setPlayService(boolean) - Method in class com.lightbend.lagom.maven.ExternalProject
 
setPlayService(boolean) - Method in class com.lightbend.lagom.maven.StartMojo
 
setPlayService(boolean) - Method in class com.lightbend.lagom.maven.StopMojo
 
setServiceGatewayPort(int) - Method in class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
setServiceLocatorEnabled(boolean) - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
setServiceLocatorEnabled(boolean) - Method in class com.lightbend.lagom.maven.StartMojo
 
setServiceLocatorEnabled(boolean) - Method in class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
setServiceLocatorEnabled(boolean) - Method in class com.lightbend.lagom.maven.StopServiceLocatorMojo
 
setServiceLocatorPort(int) - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
setServiceLocatorPort(int) - Method in class com.lightbend.lagom.maven.StartMojo
 
setServiceLocatorPort(int) - Method in class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
setServiceLocatorUrl(String) - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
setServiceLocatorUrl(String) - Method in class com.lightbend.lagom.maven.StartMojo
 
setServicePort(int) - Method in class com.lightbend.lagom.maven.ExternalProject
 
setServicePort(int) - Method in class com.lightbend.lagom.maven.StartMojo
 
setServicePortRange(PortRangeBean) - Method in class com.lightbend.lagom.maven.StartExternalProjects
 
setServicePortRange(PortRangeBean) - Method in class com.lightbend.lagom.maven.StartMojo
 
setSourceConductRBundle(File) - Method in class com.lightbend.lagom.maven.RenameConductRBundleMojo
 
settings() - Method in class com.lightbend.lagom.dev.Reloader
 
setUnmanagedServices(Map<String, String>) - Method in class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
Setup(boolean, boolean, Function<GuiceApplicationBuilder, GuiceApplicationBuilder>) - Constructor for class com.lightbend.lagom.javadsl.testkit.ServiceTest.Setup
 
Setup() - Constructor for class com.lightbend.lagom.javadsl.testkit.ServiceTest.Setup
 
Setup$() - Constructor for class com.lightbend.lagom.javadsl.testkit.ServiceTest.Setup$
 
setWatchDirs(List<String>) - Method in class com.lightbend.lagom.maven.StartMojo
 
sharedClasses - Static variable in class com.lightbend.lagom.sbt.core.Build
 
shutdownAsynchronously(LoggerProxy, Seq<Closeable>) - Method in class com.lightbend.lagom.dev.ConsoleHelper
 
sideEffects() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.Outcome
 
Source(File, Option<File>) - Constructor for class com.lightbend.lagom.dev.Reloader.Source
 
Source$() - Constructor for class com.lightbend.lagom.dev.Reloader.Source$
 
sourceConductRBundle() - Method in class com.lightbend.lagom.maven.RenameConductRBundleMojo
 
sourceMap(Analysis) - Method in class com.lightbend.lagom.sbt.run.RunSupport$
 
sourceMap(Analysis) - Static method in class com.lightbend.lagom.sbt.run.RunSupport
 
sources() - Method in class com.lightbend.lagom.dev.Reloader.CompileSuccess
 
start(LoggerProxy, Seq<File>, int, boolean, Seq<String>, FiniteDuration) - Method in class com.lightbend.lagom.dev.Servers.CassandraServer$
 
start(LoggerProxy, ClassLoader, URL[], int, int, Map<String, String>) - Method in class com.lightbend.lagom.dev.Servers.ServiceLocator$
 
start(int, int, Map<String, String>) - Method in class com.lightbend.lagom.discovery.ServiceLocatorServer
 
start(Function0<Closeable>) - Method in class com.lightbend.lagom.sbt.NonBlockingInteractionMode$
Start the server, if not already started.
start(Function0<Closeable>) - Static method in class com.lightbend.lagom.sbt.NonBlockingInteractionMode
Start the server, if not already started.
StartAllMojo - Class in com.lightbend.lagom.maven
Starts all services.
StartAllMojo(MavenFacade, MavenLoggerProxy, MavenSession) - Constructor for class com.lightbend.lagom.maven.StartAllMojo
 
StartCassandraMojo - Class in com.lightbend.lagom.maven
 
StartCassandraMojo(MavenFacade, MavenLoggerProxy, LoggerManager) - Constructor for class com.lightbend.lagom.maven.StartCassandraMojo
 
startDevMode(ClassLoader, Seq<File>, Function0<Reloader.CompileResult>, Function1<ClassLoader, ClassLoader>, Seq<File>, FileWatchService, File, Seq<Tuple2<String, String>>, int, Object) - Method in class com.lightbend.lagom.dev.Reloader$
Start the Lagom server in dev mode.
startDevMode(ClassLoader, Seq<File>, Function0<Reloader.CompileResult>, Function1<ClassLoader, ClassLoader>, Seq<File>, FileWatchService, File, Seq<Tuple2<String, String>>, int, Object) - Static method in class com.lightbend.lagom.dev.Reloader
Start the Lagom server in dev mode.
startExternalProject(Dependency, int, Option<String>, Option<Object>, String, boolean) - Method in class com.lightbend.lagom.maven.ServiceManager
 
StartExternalProjects - Class in com.lightbend.lagom.maven
 
StartExternalProjects(ServiceManager, MavenSession) - Constructor for class com.lightbend.lagom.maven.StartExternalProjects
 
StartMojo - Class in com.lightbend.lagom.maven
Start a service.
StartMojo(ServiceManager, MavenSession) - Constructor for class com.lightbend.lagom.maven.StartMojo
 
startNoReload(ClassLoader, Seq<File>, File, Seq<Tuple2<String, String>>, int) - Method in class com.lightbend.lagom.dev.Reloader$
Start the Lagom server without hot reloading
startNoReload(ClassLoader, Seq<File>, File, Seq<Tuple2<String, String>>, int) - Static method in class com.lightbend.lagom.dev.Reloader
Start the Lagom server without hot reloading
startServer(ServiceTest.Setup) - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest$
Start the test server with the given setup.
startServer(ServiceTest.Setup) - Static method in class com.lightbend.lagom.javadsl.testkit.ServiceTest
Start the test server with the given setup.
startServiceDevMode(MavenProject, int, Option<String>, Option<Object>, String, boolean, Seq<File>) - Method in class com.lightbend.lagom.maven.ServiceManager
 
StartServiceLocatorMojo - Class in com.lightbend.lagom.maven
 
StartServiceLocatorMojo(MavenLoggerProxy, MavenFacade, ScalaClassLoaderManager) - Constructor for class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
state() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.Behavior
 
state(String) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus.Builder
Initializes the value for the state attribute.
state() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.Outcome
 
status() - Method in class com.lightbend.lagom.javadsl.api.transport.ResponseHeader
Get the status of this response.
stop() - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest.TestServer
If you use startServer you must also stop the server with this method when the test is finished.
stop() - Method in class com.lightbend.lagom.sbt.Internal.Keys$
 
stop() - Method in class com.lightbend.lagom.sbt.NonBlockingInteractionMode$
Stop all running servers.
stop() - Static method in class com.lightbend.lagom.sbt.NonBlockingInteractionMode
Stop all running servers.
stop() - Method in class com.lightbend.lagom.sbt.server.ReloadableServer
 
StopAllMojo - Class in com.lightbend.lagom.maven
Stops all services.
StopAllMojo(MavenFacade, MavenSession) - Constructor for class com.lightbend.lagom.maven.StopAllMojo
 
StopCassandraMojo - Class in com.lightbend.lagom.maven
 
StopCassandraMojo(MavenLoggerProxy) - Constructor for class com.lightbend.lagom.maven.StopCassandraMojo
 
stopExternalProject(Dependency) - Method in class com.lightbend.lagom.maven.ServiceManager
 
StopExternalProjects - Class in com.lightbend.lagom.maven
 
StopExternalProjects(ServiceManager, MavenSession) - Constructor for class com.lightbend.lagom.maven.StopExternalProjects
 
StopMojo - Class in com.lightbend.lagom.maven
Stop a service.
StopMojo(ServiceManager, MavenSession) - Constructor for class com.lightbend.lagom.maven.StopMojo
 
stopService(MavenProject) - Method in class com.lightbend.lagom.maven.ServiceManager
 
StopServiceLocatorMojo - Class in com.lightbend.lagom.maven
 
StopServiceLocatorMojo(MavenLoggerProxy) - Constructor for class com.lightbend.lagom.maven.StopServiceLocatorMojo
 
StreamedMessageSerializer<MessageEntity> - Interface in com.lightbend.lagom.javadsl.api.deser
A streamed message serializer, for streams of messages.
StrictMessageSerializer<MessageEntity> - Interface in com.lightbend.lagom.javadsl.api.deser
A strict message serializer, for messages that fit and are worked with strictly in memory.
STRING - Static variable in class com.lightbend.lagom.javadsl.api.deser.MessageSerializers
A serializer for plain text messages.
STRING - Static variable in class com.lightbend.lagom.javadsl.api.deser.PathParamSerializers
A String id serializer.
subscriber() - Method in class com.lightbend.lagom.javadsl.pubsub.PubSubRef
Consume messages from the topic via a stream.
success(Function0<String>) - Method in class com.lightbend.lagom.maven.MavenLoggerProxy
 
success(Function0<String>) - Method in class com.lightbend.lagom.sbt.NonBlockingInteractionMode.NullLogger$
 
success(Function0<String>) - Method in class com.lightbend.lagom.sbt.SbtLoggerProxy
 
system() - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest.TestServer
Current Akka ActorSystem.

T

tag() - Method in class com.lightbend.lagom.javadsl.persistence.AggregateEventTag
 
taskFailureHandler(Incomplete, Option<Streams<Init<Scope>.ScopedKey<?>>>) - Method in class com.lightbend.lagom.sbt.run.RunSupport$
 
taskFailureHandler(Incomplete, Option<Streams<Init<Scope>.ScopedKey<?>>>) - Static method in class com.lightbend.lagom.sbt.run.RunSupport
 
TestServer(int, Application, Server) - Constructor for class com.lightbend.lagom.javadsl.testkit.ServiceTest.TestServer
 
TestUtil - Class in com.lightbend.lagom.javadsl.persistence.testkit
 
TestUtil() - Constructor for class com.lightbend.lagom.javadsl.persistence.testkit.TestUtil
 
TestUtil$ - Class in com.lightbend.lagom.javadsl.persistence.testkit
 
TestUtil$() - Constructor for class com.lightbend.lagom.javadsl.persistence.testkit.TestUtil$
 
TestUtil.AwaitPersistenceInit - Class in com.lightbend.lagom.javadsl.persistence.testkit
 
thenPersist(B) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.CommandContext
A command handler may return this Persist directive to define that one event is to be persisted.
thenPersist(B, Consumer<B>) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.CommandContext
A command handler may return this Persist directive to define that one event is to be persisted.
thenPersistAll(Effect, Object...) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.CommandContext
A command handler may return this Persist directive to define that several events are to be persisted.
thenPersistAll(List<B>) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.CommandContext
A command handler may return this Persist directive to define that several events are to be persisted.
thenPersistAll(List<B>, Effect) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.CommandContext
A command handler may return this Persist directive to define that several events are to be persisted.
thenPersistAll(Effect, Seq<B>) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.CommandContext
A command handler may return this Persist directive to define that several events are to be persisted.
throughputOneMinute(double) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus.Builder
Initializes the value for the throughputOneMinute attribute.
timestamp(Instant) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus.Builder
Initializes the value for the timestamp attribute.
toContentTypeHeader() - Method in class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
Convert this message protocol to a content type header, if the content type is defined.
topic() - Method in class com.lightbend.lagom.javadsl.pubsub.PubSubRef
 
TopicId<T> - Class in com.lightbend.lagom.javadsl.pubsub
 
TopicId(Class<T>, String) - Constructor for class com.lightbend.lagom.javadsl.pubsub.TopicId
 
TopicId$ - Class in com.lightbend.lagom.javadsl.pubsub
 
TopicId$() - Constructor for class com.lightbend.lagom.javadsl.pubsub.TopicId$
 
toString() - Method in class com.lightbend.lagom.dev.DelegatingClassLoader
 
toString() - Method in class com.lightbend.lagom.dev.NamedURLClassLoader
 
toString() - Method in class com.lightbend.lagom.javadsl.api.CircuitBreaker.CircuitBreakerId
 
toString() - Method in class com.lightbend.lagom.javadsl.api.CircuitBreaker.NamedCircuitBreaker
 
toString() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
 
toString() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.NamedCallId
 
toString() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.PathCallId
 
toString() - Method in class com.lightbend.lagom.javadsl.api.Descriptor.RestCallId
 
toString() - Method in class com.lightbend.lagom.javadsl.api.deser.ExceptionMessage
 
toString() - Method in class com.lightbend.lagom.javadsl.api.deser.RawExceptionMessage
 
toString() - Method in class com.lightbend.lagom.javadsl.api.ServiceAcl
 
toString() - Method in class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
 
toString() - Method in class com.lightbend.lagom.javadsl.api.transport.Method
 
toString() - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
 
toString() - Method in class com.lightbend.lagom.javadsl.api.transport.ResponseHeader
 
toString() - Method in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
 
toString() - Method in exception com.lightbend.lagom.javadsl.api.transport.TransportException
 
toString() - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraContactPoint
Prints the immutable value CassandraContactPoint... with all non-generated and non-auxiliary attribute values.
toString() - Method in interface com.lightbend.lagom.javadsl.persistence.PersistentEntity.PersistNone
 
toString() - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntityRef
 
toString() - Method in class com.lightbend.lagom.javadsl.pubsub.PubSubRef
 
toString() - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Prints the immutable value CircuitBreakerStatus... with all non-generated and non-auxiliary attribute values.
toString() - Method in class com.lightbend.lagom.javadsl.server.status.Latency
Prints the immutable value Latency... with all non-generated and non-auxiliary attribute values.
toString() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NoSerializer
 
toString() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotDeserializable
 
toString() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotEqualAfterSerialization
 
toString() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.NotSerializable
 
toString() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UnhandledCommand
 
toString() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UnhandledEvent
 
toString() - Method in class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UsingJavaSerializer
 
toString() - Method in class com.lightbend.lagom.maven.LagomKey
 
totalFailureCount(long) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus.Builder
Initializes the value for the totalFailureCount attribute.
totalSuccessCount(long) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus.Builder
Initializes the value for the totalSuccessCount attribute.
trace(Function0<Throwable>) - Method in class com.lightbend.lagom.maven.MavenLoggerProxy
 
trace(Function0<Throwable>) - Method in class com.lightbend.lagom.sbt.NonBlockingInteractionMode.NullLogger$
 
trace(Function0<Throwable>) - Method in class com.lightbend.lagom.sbt.SbtLoggerProxy
 
transform(int, JsonNode) - Method in class com.lightbend.lagom.serialization.JacksonJsonMigration
Implement the transformation of the old JSON structure to the new JSON structure.
transformClassName(int, String) - Method in class com.lightbend.lagom.serialization.JacksonJsonMigration
Override this method if you have changed the class name.
transformClientRequest(RequestHeader) - Method in class com.lightbend.lagom.javadsl.api.security.UserAgentHeaderFilter
 
transformClientRequest(RequestHeader) - Method in class com.lightbend.lagom.javadsl.api.transport.HeaderFilter.Composite
 
transformClientRequest(RequestHeader) - Method in interface com.lightbend.lagom.javadsl.api.transport.HeaderFilter
Transform the given client request.
transformClientResponse(ResponseHeader, RequestHeader) - Method in class com.lightbend.lagom.javadsl.api.security.UserAgentHeaderFilter
 
transformClientResponse(ResponseHeader, RequestHeader) - Method in class com.lightbend.lagom.javadsl.api.transport.HeaderFilter.Composite
 
transformClientResponse(ResponseHeader, RequestHeader) - Method in interface com.lightbend.lagom.javadsl.api.transport.HeaderFilter
Transform the given client response.
transformServerRequest(RequestHeader) - Method in class com.lightbend.lagom.javadsl.api.security.UserAgentHeaderFilter
 
transformServerRequest(RequestHeader) - Method in class com.lightbend.lagom.javadsl.api.transport.HeaderFilter.Composite
 
transformServerRequest(RequestHeader) - Method in interface com.lightbend.lagom.javadsl.api.transport.HeaderFilter
Transform the given server request.
transformServerResponse(ResponseHeader, RequestHeader) - Method in class com.lightbend.lagom.javadsl.api.security.UserAgentHeaderFilter
 
transformServerResponse(ResponseHeader, RequestHeader) - Method in class com.lightbend.lagom.javadsl.api.transport.HeaderFilter.Composite
 
transformServerResponse(ResponseHeader, RequestHeader) - Method in interface com.lightbend.lagom.javadsl.api.transport.HeaderFilter
Transform the given server response.
TransportErrorCode - Class in com.lightbend.lagom.javadsl.api.transport
An error code that gets translated into an appropriate underlying error code.
TransportException - Exception in com.lightbend.lagom.javadsl.api.transport
An exception that can be translated down to a specific error in the transport.
TransportException(TransportErrorCode, ExceptionMessage) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.TransportException
 
trigger() - Method in class com.lightbend.lagom.sbt.LagomExternalProject$
 
trigger() - Static method in class com.lightbend.lagom.sbt.LagomExternalProject
 
trigger() - Method in class com.lightbend.lagom.sbt.LagomJava$
 
trigger() - Static method in class com.lightbend.lagom.sbt.LagomJava
 
trigger() - Method in class com.lightbend.lagom.sbt.LagomLogback$
 
trigger() - Static method in class com.lightbend.lagom.sbt.LagomLogback
 
trigger() - Method in class com.lightbend.lagom.sbt.LagomPlay$
 
trigger() - Static method in class com.lightbend.lagom.sbt.LagomPlay
 
trigger() - Method in class com.lightbend.lagom.sbt.LagomPlugin$
 
trigger() - Static method in class com.lightbend.lagom.sbt.LagomPlugin
 
trigger() - Method in class com.lightbend.lagom.sbt.LagomReloadableService$
 
trigger() - Static method in class com.lightbend.lagom.sbt.LagomReloadableService
 
tryStop(LoggerProxy) - Method in class com.lightbend.lagom.dev.Servers$
 
tryStop(LoggerProxy) - Method in class com.lightbend.lagom.dev.Servers.ServerContainer
 
tryStop(LoggerProxy) - Static method in class com.lightbend.lagom.dev.Servers
 

U

Unassigned() - Method in class com.lightbend.lagom.dev.PortAssigner.Port$
 
UnbuiltWorkspaceReader - Class in com.lightbend.lagom.maven
A workspace reader that always resolves to the output directories of projects, even when they aren't built.
UnbuiltWorkspaceReader(WorkspaceReader, MavenSession) - Constructor for class com.lightbend.lagom.maven.UnbuiltWorkspaceReader
 
underlying() - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraSession
The Session of the underlying Datastax Java Driver.
UnexpectedCondition - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
A generic error used to indicate that the end sending the error message because it encountered an unexpected condition.
UnhandledCommand(Object) - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UnhandledCommand
 
UnhandledCommand$() - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UnhandledCommand$
 
UnhandledCommandException(String) - Constructor for exception com.lightbend.lagom.javadsl.persistence.PersistentEntity.UnhandledCommandException
 
UnhandledCommandException$() - Constructor for class com.lightbend.lagom.javadsl.persistence.PersistentEntity.UnhandledCommandException$
 
UnhandledEvent(Object) - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UnhandledEvent
 
UnhandledEvent$() - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UnhandledEvent$
 
UnmanagedServices - Class in com.lightbend.lagom.discovery
 
UnmanagedServices(Map<String, ServiceRegistryService>) - Constructor for class com.lightbend.lagom.discovery.UnmanagedServices
 
unmanagedServices() - Method in class com.lightbend.lagom.maven.StartServiceLocatorMojo
 
UnmanagedServices$ - Class in com.lightbend.lagom.discovery
 
UnmanagedServices$() - Constructor for class com.lightbend.lagom.discovery.UnmanagedServices$
 
unregister(String) - Method in class com.lightbend.lagom.discovery.impl.ServiceRegistryImpl
 
UnsupportedData - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
An application level protocol error, such as when a client or server sent data that can't be deserialized.
UnsupportedMediaType - Static variable in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
The client or server doesn't know how to deserialize the request or response.
UnsupportedMediaType - Exception in com.lightbend.lagom.javadsl.api.transport
Exception thrown when a message can't be deserialized because its media type is not known.
UnsupportedMediaType(MessageProtocol, MessageProtocol) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.UnsupportedMediaType
 
UnsupportedMediaType(TransportErrorCode, ExceptionMessage) - Constructor for exception com.lightbend.lagom.javadsl.api.transport.UnsupportedMediaType
 
uri() - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
Get the URI for this request.
uri() - Method in class com.lightbend.lagom.javadsl.persistence.cassandra.CassandraContactPoint
 
uris() - Method in interface com.lightbend.lagom.javadsl.persistence.cassandra.CassandraConfig
Returns the Cassandra contact-points.
url() - Method in interface com.lightbend.lagom.dev.Reloader.DevServer
URL at which the application is running (if started)
UserAgentHeaderFilter - Class in com.lightbend.lagom.javadsl.api.security
Transfers service principal information via the User-Agent header.
UserAgentHeaderFilter() - Constructor for class com.lightbend.lagom.javadsl.api.security.UserAgentHeaderFilter
 
UsingJavaSerializer(Object) - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UsingJavaSerializer
 
UsingJavaSerializer$() - Constructor for class com.lightbend.lagom.javadsl.testkit.PersistentEntityTestDriver.UsingJavaSerializer$
 

V

value() - Method in class com.lightbend.lagom.dev.PortAssigner.Port
 
verbose(Function0<String>) - Method in class com.lightbend.lagom.maven.MavenLoggerProxy
 
verbose(Function0<String>) - Method in class com.lightbend.lagom.sbt.SbtLoggerProxy
 
version() - Method in class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
The version of the protocol.

W

warn(Function0<String>) - Method in class com.lightbend.lagom.maven.MavenLoggerProxy
 
warn(Function0<String>) - Method in class com.lightbend.lagom.sbt.SbtLoggerProxy
 
watchDirs() - Method in class com.lightbend.lagom.maven.StartMojo
 
webSocket() - Method in class com.lightbend.lagom.javadsl.api.transport.TransportErrorCode
The WebSocket close code for this error.
white(String) - Method in class com.lightbend.lagom.dev.Colors
 
withAcceptedResponseProtocols(PSequence<MessageProtocol>) - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
Return a copy of this request header with the given accepted response protocols set.
withAskTimeout(FiniteDuration) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntityRef
withAutoAcl(boolean) - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
Return a copy of this call descriptor with autoAcl configured.
withAutoAcl(boolean) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Set whether the service calls in this descriptor should default to having an ACL automatically generated for them.
withCallId(Descriptor.CallId) - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
Return a copy of this call descriptor with the given service call ID configured.
withCalls(Descriptor.Call<?, ?>...) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Add the given service calls to this service.
withCharset(String) - Method in class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
Return a copy of this message protocol with the charset set to the given charset.
withCircuitBreaker(CircuitBreaker) - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
Return a copy of this call descriptor with the given circuit breaker mode configured.
withCircuitBreaker(CircuitBreaker) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Set the default circuit breaker to use for this service.
withCluster(boolean) - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest.Setup
Disable or enable cluster and pubsub.
withConfigureBuilder(Function<GuiceApplicationBuilder, GuiceApplicationBuilder>) - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest.Setup
Transformation of the Guice builder.
withContentType(String) - Method in class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
Return a copy of this message protocol with the content type set to the given content type.
withExceptionSerializer(ExceptionSerializer) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Use the given exception serializer to serialize and deserialized exceptions handled by this service.
withFailedThroughputOneMinute(double) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Copy the current immutable object by setting a value for the failedThroughputOneMinute attribute.
withHeader(String, String) - Method in class com.lightbend.lagom.javadsl.api.transport.MessageHeader
Return a copy of this message header with the given header added to the map of headers.
withHeader(String, String) - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
 
withHeader(String, String) - Method in class com.lightbend.lagom.javadsl.api.transport.ResponseHeader
 
withHeaderFilter(HeaderFilter) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Configure the given header filter.
withId(String) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Copy the current immutable object by setting a value for the id attribute.
withLatencyMicros(Latency) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Copy the current immutable object by setting a value for the latencyMicros attribute.
withLocatableService(boolean) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Set whether this service is locatable.
withMax(long) - Method in class com.lightbend.lagom.javadsl.server.status.Latency
Copy the current immutable object by setting a value for the max attribute.
withMean(double) - Method in class com.lightbend.lagom.javadsl.server.status.Latency
Copy the current immutable object by setting a value for the mean attribute.
withMedian(double) - Method in class com.lightbend.lagom.javadsl.server.status.Latency
Copy the current immutable object by setting a value for the median attribute.
withMessageSerializer(Class<T>, MessageSerializer<T, ?>) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Provide a custom MessageSerializer for the given message type.
withMessageSerializer(Type, MessageSerializer<?, ?>) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Provide a custom MessageSerializer for the given message type.
withMethod(Method) - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
Return a copy of this request header with the given method set.
withMin(long) - Method in class com.lightbend.lagom.javadsl.server.status.Latency
Copy the current immutable object by setting a value for the min attribute.
withPathParamSerializer(Class<T>, PathParamSerializer<T>) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Provide a custom path param serializer for the given path param type.
withPathParamSerializer(Type, PathParamSerializer<?>) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Provide a custom path param serializer for the given path param type.
withPercentile98th(double) - Method in class com.lightbend.lagom.javadsl.server.status.Latency
Copy the current immutable object by setting a value for the percentile98th attribute.
withPercentile999th(double) - Method in class com.lightbend.lagom.javadsl.server.status.Latency
Copy the current immutable object by setting a value for the percentile999th attribute.
withPercentile99th(double) - Method in class com.lightbend.lagom.javadsl.server.status.Latency
Copy the current immutable object by setting a value for the percentile99th attribute.
withPersistence(boolean) - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest.Setup
Disable or enable persistence, including Cassandra startup.
withPrincipal(Principal) - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
Return a copy of this request header with the principal set.
withProtocol(MessageProtocol) - Method in class com.lightbend.lagom.javadsl.api.transport.MessageHeader
Return a copy of this message header with the given protocol.
withProtocol(MessageProtocol) - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
 
withProtocol(MessageProtocol) - Method in class com.lightbend.lagom.javadsl.api.transport.ResponseHeader
 
withRequestSerializer(MessageSerializer<Request, ?>) - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
Return a copy of this call descriptor with the given request message serializer configured.
withResponseHeader() - Method in interface com.lightbend.lagom.javadsl.api.ServiceCall
Allow handling of the response header.
withResponseSerializer(MessageSerializer<Response, ?>) - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
Return a copy of this call descriptor with the given response message serializer configured.
withSerializerFactory(SerializerFactory) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Use the given serializer factory with this service.
withServer(ServiceTest.Setup, Procedure<ServiceTest.TestServer>) - Method in class com.lightbend.lagom.javadsl.testkit.ServiceTest$
Start the test server with the given setup and run the block (lambda).
withServer(ServiceTest.Setup, Procedure<ServiceTest.TestServer>) - Static method in class com.lightbend.lagom.javadsl.testkit.ServiceTest
Start the test server with the given setup and run the block (lambda).
withServiceAcls(ServiceAcl...) - Method in class com.lightbend.lagom.javadsl.api.Descriptor
Add the given manual ACLs.
withServiceCallHolder(Descriptor.ServiceCallHolder) - Method in class com.lightbend.lagom.javadsl.api.Descriptor.Call
Return a copy of this call descriptor with the given service call holder configured.
withState(State) - Method in class com.lightbend.lagom.javadsl.persistence.PersistentEntity.Behavior
 
withState(String) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Copy the current immutable object by setting a value for the state attribute.
withStatus(int) - Method in class com.lightbend.lagom.javadsl.api.transport.ResponseHeader
Return a copy of this response header with the status set.
withThroughputOneMinute(double) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Copy the current immutable object by setting a value for the throughputOneMinute attribute.
withTimestamp(Instant) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Copy the current immutable object by setting a value for the timestamp attribute.
withTotalFailureCount(long) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Copy the current immutable object by setting a value for the totalFailureCount attribute.
withTotalSuccessCount(long) - Method in class com.lightbend.lagom.javadsl.server.status.CircuitBreakerStatus
Copy the current immutable object by setting a value for the totalSuccessCount attribute.
withUri(URI) - Method in class com.lightbend.lagom.javadsl.api.transport.RequestHeader
Return a copy of this request header with the given uri set.
withVersion(String) - Method in class com.lightbend.lagom.javadsl.api.transport.MessageProtocol
Return a copy of this message protocol with the version set to the given version.

Y

yellow(String) - Method in class com.lightbend.lagom.dev.Colors
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
Skip navigation links