Package kalix.javasdk
package kalix.javasdk
Root package for the Kalix Java SDK library.
The main entry point to creating a Kalix Java server is the Kalix
class.
For information about specific component types, see:
Component | Package |
---|---|
Action | kalix.javasdk.action |
Value Entity | kalix.javasdk.valueentity |
Event Sourced Entity | kalix.javasdk.eventsourcedentity |
Replicated Entity | kalix.javasdk.replicatedentity |
View | kalix.javasdk.view |
-
ClassDescriptionCloudEvent representation of Metadata.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.Root context for all contexts that pertain to entities, that is, things that are addressable via an entity id.Options used for configuring an entity.Represents an HTTP response with more level control over the status code, content type and body.Allows to specify dedicated strategy for JSON schema evolution.Representation of JWT claims that have been validated and extracted from the bearer token of a request.The Kalix class is the main interface to configuring entities to deploy, and subsequently starting a local server which will expose these entities to the Kalix Runtime Sidecar.Transport specific metadata.A metadata entry.Context that provides access to metadata.A passivation strategy.A principal associated with a request.Basic principals that have no additional configuration.A local service principal.The principals associated with a request.A side effect.Interface used to represent HTTP status code.The supported HTTP error codes that can be used when replying from the Kalix user function.Utility interface for trace context helper methods.