Package com.akkaserverless.javasdk
Root package for the Akka Serverless Java SDK library.
The main entry point to creating an Akka Serverless Java server is the AkkaServerless
class.
For information about specific component types, see:
Component | Package |
---|---|
Action | com.akkaserverless.javasdk.action |
Value Entity | com.akkaserverless.javasdk.valueentity |
Event Sourced Entity | com.akkaserverless.javasdk.eventsourcedentity |
Replicated Entity | com.akkaserverless.javasdk.replicatedentity |
View | com.akkaserverless.javasdk.view |
-
Interface Summary Interface Description CloudEvent CloudEvent representation of Metadata.Context Root class of all contexts.DeferredCall<I,O> Represents a call to another component, performed as a forward, a side effect, or a request-reply.EntityContext Root context for all contexts that pertain to entities, that is, things that are addressable via an entity id.EntityOptions Options used for configuring an entity.JwtClaims Representation of JWT claims that have been validated and extracted from the bearer token of a request.Metadata Transport specific metadata.Metadata.MetadataEntry A metadata entry.MetadataContext Context that provides access to metadata.PassivationStrategy A passivation strategy.SideEffect A side effect. -
Class Summary Class Description AkkaServerless The AkkaServerless class is the main interface to configuring entities to deploy, and subsequently starting a local server which will expose these entities to the AkkaServerless Proxy Sidecar.JsonSupport