Index
All Classes and Interfaces|All Packages
A
- Acl - Annotation Interface in kalix.javasdk.annotations
-
Defines ACL configuration for a resource.
- Acl.DenyStatusCode - Enum Class in kalix.javasdk.annotations
- Acl.Matcher - Annotation Interface in kalix.javasdk.annotations
-
A principal matcher that can be used in an ACL.
- Acl.Principal - Enum Class in kalix.javasdk.annotations
-
This enum contains principal matchers that don't have any configuration, such as a name, associated with them, for ease of reference in annotations.
- ActionCallBuilder - Class in kalix.javasdk.client
- ActionCallBuilder(KalixClient, Optional<Metadata>) - Constructor for class kalix.javasdk.client.ActionCallBuilder
- additionalDescriptors() - Method in class kalix.javasdk.action.ReflectiveActionProvider
- additionalDescriptors() - Method in class kalix.javasdk.eventsourced.ReflectiveEventSourcedEntityProvider
- additionalDescriptors() - Method in class kalix.javasdk.valueentity.ReflectiveValueEntityProvider
- additionalDescriptors() - Method in class kalix.javasdk.view.ReflectiveMultiTableViewProvider
- additionalDescriptors() - Method in class kalix.javasdk.view.ReflectiveViewProvider
- additionalDescriptors() - Method in class kalix.javasdk.workflow.ReflectiveWorkflowProvider
- ALL - Enum constant in enum class kalix.javasdk.annotations.Acl.Principal
-
All (or no) principals.
- allow() - Element in annotation interface kalix.javasdk.annotations.Acl
-
Principals that are allowed to access this resource.
- alternativeCodec() - Method in class kalix.javasdk.action.ReflectiveActionProvider
- alternativeCodec() - Method in class kalix.javasdk.eventsourced.ReflectiveEventSourcedEntityProvider
- alternativeCodec() - Method in class kalix.javasdk.valueentity.ReflectiveValueEntityProvider
- alternativeCodec() - Method in class kalix.javasdk.view.ReflectiveMultiTableViewProvider
- alternativeCodec() - Method in class kalix.javasdk.view.ReflectiveViewProvider
- alternativeCodec() - Method in class kalix.javasdk.workflow.ReflectiveWorkflowProvider
- AUTHENTICATION_REQUIRED - Enum constant in enum class kalix.javasdk.annotations.Acl.DenyStatusCode
B
- BAD_REQUEST - Enum constant in enum class kalix.javasdk.annotations.Acl.DenyStatusCode
- BEARER_TOKEN - Enum constant in enum class kalix.javasdk.annotations.JWT.JwtMethodMode
-
Validates that the bearer token is present on the request, in the 'Authorization' header.
- bearerTokenIssuer() - Element in annotation interface kalix.javasdk.annotations.JWT
-
If set, then the token extracted from the bearer token must have this issuer.
C
- call(Function<T, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function<T, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function<T, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function<T, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function<T, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function10<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function10<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function10<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function10<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function10<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function11<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function11<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function11<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function11<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function11<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function12<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function12<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function12<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function12<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function12<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function13<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function13<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function13<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function13<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function13<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function14<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function14<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function14<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function14<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function14<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function15<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function15<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function15<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function15<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function15<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function16<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function16<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function16<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function16<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function16<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function17<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function17<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function17<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function17<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function17<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function18<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function18<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function18<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function18<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function18<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function19<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function19<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function19<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function19<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function19<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function2<T, A1, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function2<T, A1, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function2<T, A1, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function2<T, A1, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function2<T, A1, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function20<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function20<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function20<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function20<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function20<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function21<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function21<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function21<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function21<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function21<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function22<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function22<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function22<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function22<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function22<T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function3<T, A1, A2, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function3<T, A1, A2, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function3<T, A1, A2, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function3<T, A1, A2, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function3<T, A1, A2, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function4<T, A1, A2, A3, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function4<T, A1, A2, A3, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function4<T, A1, A2, A3, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function4<T, A1, A2, A3, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function4<T, A1, A2, A3, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function5<T, A1, A2, A3, A4, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function5<T, A1, A2, A3, A4, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function5<T, A1, A2, A3, A4, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function5<T, A1, A2, A3, A4, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function5<T, A1, A2, A3, A4, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function6<T, A1, A2, A3, A4, A5, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function6<T, A1, A2, A3, A4, A5, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function6<T, A1, A2, A3, A4, A5, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function6<T, A1, A2, A3, A4, A5, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function6<T, A1, A2, A3, A4, A5, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function7<T, A1, A2, A3, A4, A5, A6, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function7<T, A1, A2, A3, A4, A5, A6, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function7<T, A1, A2, A3, A4, A5, A6, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function7<T, A1, A2, A3, A4, A5, A6, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function7<T, A1, A2, A3, A4, A5, A6, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function8<T, A1, A2, A3, A4, A5, A6, A7, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function8<T, A1, A2, A3, A4, A5, A6, A7, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function8<T, A1, A2, A3, A4, A5, A6, A7, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function8<T, A1, A2, A3, A4, A5, A6, A7, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function8<T, A1, A2, A3, A4, A5, A6, A7, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- call(Function9<T, A1, A2, A3, A4, A5, A6, A7, A8, Action.Effect<R>>) - Method in class kalix.javasdk.client.ActionCallBuilder
-
Pass in an Action method reference annotated as a REST endpoint, e.g.
- call(Function9<T, A1, A2, A3, A4, A5, A6, A7, A8, EventSourcedEntity.Effect<R>>) - Method in class kalix.javasdk.client.EventSourcedEntityCallBuilder
-
Pass in an Event Sourced Entity method reference annotated as a REST endpoint, e.g.
- call(Function9<T, A1, A2, A3, A4, A5, A6, A7, A8, ValueEntity.Effect<R>>) - Method in class kalix.javasdk.client.ValueEntityCallBuilder
-
Pass in a Value Entity method reference annotated as a REST endpoint, e.g.
- call(Function9<T, A1, A2, A3, A4, A5, A6, A7, A8, AbstractWorkflow.Effect<R>>) - Method in class kalix.javasdk.client.WorkflowCallBuilder
-
Pass in a Workflow method reference annotated as a REST endpoint, e.g.
- call(Function9<T, A1, A2, A3, A4, A5, A6, A7, A8, R>) - Method in class kalix.javasdk.client.ViewCallBuilder
-
Pass in a View method reference annotated as a REST endpoint, e.g.
- claim() - Element in annotation interface kalix.javasdk.annotations.JWT.StaticClaim
-
The claim name needs to be a hardcoded literal (e.g.
- clearCallMetadata() - Method in class kalix.javasdk.impl.client.ComponentClientImpl
- ComponentClient - Interface in kalix.javasdk.client
-
Utility to send requests to other Kalix components by composing a DeferredCall.
- ComponentClientImpl - Class in kalix.javasdk.impl.client
- ComponentClientImpl(KalixClient) - Constructor for class kalix.javasdk.impl.client.ComponentClientImpl
- CONFLICT - Enum constant in enum class kalix.javasdk.annotations.Acl.DenyStatusCode
- consumerGroup() - Element in annotation interface kalix.javasdk.annotations.Subscribe.Stream
-
In case you need to consume the same stream multiple times, each subscription should have a unique consumer group.
- consumerGroup() - Element in annotation interface kalix.javasdk.annotations.Subscribe.Topic
-
Assign the consumer group name to be used on the broker.
D
- deny() - Element in annotation interface kalix.javasdk.annotations.Acl
-
After matching an allow rule, an incoming request that has at least one principal that matches a deny rule will be denied.
- denyCode() - Element in annotation interface kalix.javasdk.annotations.Acl
-
The status code to respond with when access is denied.
E
- EventHandler - Annotation Interface in kalix.javasdk.annotations
-
Annotation for marking a method under EventSourced entities as handlers for events of such entity.
- EventSourcedEntityCallBuilder - Class in kalix.javasdk.client
- EventSourcedEntityCallBuilder(KalixClient, Optional<Metadata>) - Constructor for class kalix.javasdk.client.EventSourcedEntityCallBuilder
- EventSourcedEntityCallBuilder(KalixClient, Optional<Metadata>, String) - Constructor for class kalix.javasdk.client.EventSourcedEntityCallBuilder
- EventSourcedEntityCallBuilder(KalixClient, Optional<Metadata>, List<String>) - Constructor for class kalix.javasdk.client.EventSourcedEntityCallBuilder
- extractFrom(Class<?>) - Static method in class kalix.javasdk.common.ForwardHeadersExtractor
F
- forAction() - Method in interface kalix.javasdk.client.ComponentClient
-
Select Action as a call target component.
- forAction() - Method in class kalix.javasdk.impl.client.ComponentClientImpl
- FORBIDDEN - Enum constant in enum class kalix.javasdk.annotations.Acl.DenyStatusCode
- forEventSourcedEntity() - Method in interface kalix.javasdk.client.ComponentClient
-
Select EventSourcedEntity as a call target component.
- forEventSourcedEntity() - Method in class kalix.javasdk.impl.client.ComponentClientImpl
- forEventSourcedEntity(String) - Method in interface kalix.javasdk.client.ComponentClient
-
Select EventSourcedEntity as a call target component.
- forEventSourcedEntity(String) - Method in class kalix.javasdk.impl.client.ComponentClientImpl
- forEventSourcedEntity(String...) - Method in interface kalix.javasdk.client.ComponentClient
-
Select EventSourcedEntity as a call target component.
- forEventSourcedEntity(String...) - Method in class kalix.javasdk.impl.client.ComponentClientImpl
- forValueEntity() - Method in interface kalix.javasdk.client.ComponentClient
-
Select ValueEntity as a call target component.
- forValueEntity() - Method in class kalix.javasdk.impl.client.ComponentClientImpl
- forValueEntity(String) - Method in interface kalix.javasdk.client.ComponentClient
-
Select ValueEntity as a call target component.
- forValueEntity(String) - Method in class kalix.javasdk.impl.client.ComponentClientImpl
- forValueEntity(String...) - Method in interface kalix.javasdk.client.ComponentClient
-
Select ValueEntity as a call target component.
- forValueEntity(String...) - Method in class kalix.javasdk.impl.client.ComponentClientImpl
- forView() - Method in interface kalix.javasdk.client.ComponentClient
-
Select View as a call target component.
- forView() - Method in class kalix.javasdk.impl.client.ComponentClientImpl
- ForwardHeaders - Annotation Interface in kalix.javasdk.annotations
-
Header names to ask the proxy to forward from the request as metadata to the component calls
- ForwardHeadersExtractor - Class in kalix.javasdk.common
- ForwardHeadersExtractor() - Constructor for class kalix.javasdk.common.ForwardHeadersExtractor
- forWorkflow() - Method in interface kalix.javasdk.client.ComponentClient
-
Select Workflow as a call target component.
- forWorkflow() - Method in class kalix.javasdk.impl.client.ComponentClientImpl
- forWorkflow(String) - Method in interface kalix.javasdk.client.ComponentClient
-
Select Workflow as a call target component.
- forWorkflow(String) - Method in class kalix.javasdk.impl.client.ComponentClientImpl
- forWorkflow(String...) - Method in interface kalix.javasdk.client.ComponentClient
-
Select Workflow as a call target component.
- forWorkflow(String...) - Method in class kalix.javasdk.impl.client.ComponentClientImpl
G
- GATEWAY_TIMEOUT - Enum constant in enum class kalix.javasdk.annotations.Acl.DenyStatusCode
- GenerateId - Annotation Interface in kalix.javasdk.annotations
-
Indicates that Kalix should generate an id when this method is invoked.
- GenerateId.Type - Enum Class in kalix.javasdk.annotations
H
- handleDeletes() - Element in annotation interface kalix.javasdk.annotations.Subscribe.ValueEntity
-
When true at type level of the `View` the subscription will automatically delete the view state based on ValueEntity deletion fact.
I
- id() - Element in annotation interface kalix.javasdk.annotations.Publish.Stream
-
Identifier for the event stream.
- id() - Element in annotation interface kalix.javasdk.annotations.Subscribe.Stream
-
The unique identifier of the stream in the producing service
- Id - Annotation Interface in kalix.javasdk.annotations
-
Assign an identifier to an entity or workflow instance.
- ignoreUnknown() - Element in annotation interface kalix.javasdk.annotations.Subscribe.EventSourcedEntity
-
This option is only available for classes.
- ignoreUnknown() - Element in annotation interface kalix.javasdk.annotations.Subscribe.Stream
-
When there is no method in the class whose input type matches the event type: if ignoreUnknown is true the event is discarded if false, an Exception is raised
- ignoreUnknown() - Element in annotation interface kalix.javasdk.annotations.Subscribe.Topic
-
This option is only available for classes.
- inheritDenyCode() - Element in annotation interface kalix.javasdk.annotations.Acl
-
If `true`, indicates that the
denyCode
should be inherited from the parent. - INTERNAL_SERVER_ERROR - Enum constant in enum class kalix.javasdk.annotations.Acl.DenyStatusCode
- INTERNET - Enum constant in enum class kalix.javasdk.annotations.Acl.Principal
-
The internet.
J
- JWT - Annotation Interface in kalix.javasdk.annotations
- JWT.JwtMethodMode - Enum Class in kalix.javasdk.annotations
- JWT.StaticClaim - Annotation Interface in kalix.javasdk.annotations
-
A static claim is a claim that is required to be present on the token, and have a particular value.
K
- kalix.javasdk.action - package kalix.javasdk.action
- kalix.javasdk.annotations - package kalix.javasdk.annotations
- kalix.javasdk.client - package kalix.javasdk.client
- kalix.javasdk.common - package kalix.javasdk.common
- kalix.javasdk.eventsourced - package kalix.javasdk.eventsourced
- kalix.javasdk.impl.client - package kalix.javasdk.impl.client
- kalix.javasdk.valueentity - package kalix.javasdk.valueentity
- kalix.javasdk.view - package kalix.javasdk.view
- kalix.javasdk.workflow - package kalix.javasdk.workflow
M
- maxRetries() - Element in annotation interface kalix.javasdk.annotations.Trigger.OnStartup
-
The maximum number of retries we will do upon failure of the method hook calls.
N
- newRouter(ActionCreationContext) - Method in class kalix.javasdk.action.ReflectiveActionProvider
- newRouter(EventSourcedEntityContext) - Method in class kalix.javasdk.eventsourced.ReflectiveEventSourcedEntityProvider
- newRouter(ValueEntityContext) - Method in class kalix.javasdk.valueentity.ReflectiveValueEntityProvider
- newRouter(ViewCreationContext) - Method in class kalix.javasdk.view.ReflectiveMultiTableViewProvider
- newRouter(ViewCreationContext) - Method in class kalix.javasdk.view.ReflectiveViewProvider
- newRouter(WorkflowContext) - Method in class kalix.javasdk.workflow.ReflectiveWorkflowProvider
- NOT_FOUND - Enum constant in enum class kalix.javasdk.annotations.Acl.DenyStatusCode
O
- of(Class<A>, JsonMessageCodec, Function<ActionCreationContext, A>) - Static method in class kalix.javasdk.action.ReflectiveActionProvider
- of(Class<E>, JsonMessageCodec, Function<ValueEntityContext, E>) - Static method in class kalix.javasdk.valueentity.ReflectiveValueEntityProvider
- of(Class<ES>, JsonMessageCodec, Function<EventSourcedEntityContext, ES>) - Static method in class kalix.javasdk.eventsourced.ReflectiveEventSourcedEntityProvider
- of(Class<V>, JsonMessageCodec, BiFunction<Class<View<?>>, ViewCreationContext, View<?>>) - Static method in class kalix.javasdk.view.ReflectiveMultiTableViewProvider
- of(Class<V>, JsonMessageCodec, Function<ViewCreationContext, V>) - Static method in class kalix.javasdk.view.ReflectiveViewProvider
- of(Class<W>, JsonMessageCodec, Function<WorkflowContext, W>) - Static method in class kalix.javasdk.workflow.ReflectiveWorkflowProvider
- options() - Method in class kalix.javasdk.action.ReflectiveActionProvider
- options() - Method in class kalix.javasdk.eventsourced.ReflectiveEventSourcedEntityProvider
- options() - Method in class kalix.javasdk.valueentity.ReflectiveValueEntityProvider
- options() - Method in class kalix.javasdk.view.ReflectiveMultiTableViewProvider
- options() - Method in class kalix.javasdk.view.ReflectiveViewProvider
- options() - Method in class kalix.javasdk.workflow.ReflectiveWorkflowProvider
P
- pattern() - Element in annotation interface kalix.javasdk.annotations.JWT.StaticClaim
-
This receives a regex expression (Java flavor) used to match on the incoming claim value.
- principal() - Element in annotation interface kalix.javasdk.annotations.Acl.Matcher
-
A principal matcher that can be specified with no additional configuration.
- Publish - Annotation Interface in kalix.javasdk.annotations
-
Annotation for aggregating ways of publishing outgoing information.
- Publish.Stream - Annotation Interface in kalix.javasdk.annotations
-
Annotation to configure the component to publish an event stream to other Kalix services.
- Publish.Topic - Annotation Interface in kalix.javasdk.annotations
-
Annotation for marking a method as producing information to be published on a PubSub or Kafka topic.
Q
- Query - Annotation Interface in kalix.javasdk.annotations
-
Annotation used in the scope of a view for providing the query that will be used to explore data from that view.
R
- ReflectiveActionProvider<A extends kalix.javasdk.action.Action> - Class in kalix.javasdk.action
- ReflectiveEventSourcedEntityProvider<S,
E, ES extends kalix.javasdk.eventsourcedentity.EventSourcedEntity<S, E>> - Class in kalix.javasdk.eventsourced - ReflectiveEventSourcedEntityProvider(Class<ES>, JsonMessageCodec, Function<EventSourcedEntityContext, ES>, EventSourcedEntityOptions) - Constructor for class kalix.javasdk.eventsourced.ReflectiveEventSourcedEntityProvider
- ReflectiveMultiTableViewProvider<V> - Class in kalix.javasdk.view
- ReflectiveValueEntityProvider<S,
E extends kalix.javasdk.valueentity.ValueEntity<S>> - Class in kalix.javasdk.valueentity - ReflectiveValueEntityProvider(Class<E>, JsonMessageCodec, Function<ValueEntityContext, E>, ValueEntityOptions) - Constructor for class kalix.javasdk.valueentity.ReflectiveValueEntityProvider
- ReflectiveViewProvider<S,
V extends kalix.javasdk.view.View<S>> - Class in kalix.javasdk.view - ReflectiveWorkflowProvider<S,
W extends kalix.javasdk.workflow.Workflow<S>> - Class in kalix.javasdk.workflow - ReflectiveWorkflowProvider(Class<W>, JsonMessageCodec, Function<WorkflowContext, W>, WorkflowOptions) - Constructor for class kalix.javasdk.workflow.ReflectiveWorkflowProvider
S
- service() - Element in annotation interface kalix.javasdk.annotations.Acl.Matcher
-
Match a Kalix service principal.
- service() - Element in annotation interface kalix.javasdk.annotations.Subscribe.Stream
-
The deployed name of the service to consume, can be the deployed name of another Kalix service in the same Kalix Project or a fully qualified public hostname of a Kalix service in a different project.
- SERVICE_UNAVAILABLE - Enum constant in enum class kalix.javasdk.annotations.Acl.DenyStatusCode
- serviceDescriptor() - Method in class kalix.javasdk.action.ReflectiveActionProvider
- serviceDescriptor() - Method in class kalix.javasdk.eventsourced.ReflectiveEventSourcedEntityProvider
- serviceDescriptor() - Method in class kalix.javasdk.valueentity.ReflectiveValueEntityProvider
- serviceDescriptor() - Method in class kalix.javasdk.view.ReflectiveMultiTableViewProvider
- serviceDescriptor() - Method in class kalix.javasdk.view.ReflectiveViewProvider
- serviceDescriptor() - Method in class kalix.javasdk.workflow.ReflectiveWorkflowProvider
- setCallMetadata(Metadata) - Method in class kalix.javasdk.impl.client.ComponentClientImpl
- staticClaims() - Element in annotation interface kalix.javasdk.annotations.JWT
-
If set, the static claims provided and their values will be required when calling the service.
- streamUpdates() - Element in annotation interface kalix.javasdk.annotations.Query
-
If enabled, initially, the normal query results are returned, but the stream does not complete once the full result has been streamed, instead the stream is kept open and updates and new entries added to the view are streamed.
- Subscribe - Annotation Interface in kalix.javasdk.annotations
-
Annotation for providing ways to subscribe to different streams of information: value entities, event-sourced entities or topic.
- Subscribe.EventSourcedEntity - Annotation Interface in kalix.javasdk.annotations
-
Annotation for subscribing to updates from an Event-sourced Entity.
- Subscribe.Stream - Annotation Interface in kalix.javasdk.annotations
-
Annotation for subscribing to messages from another Kalix service.
- Subscribe.Topic - Annotation Interface in kalix.javasdk.annotations
-
Annotation for subscribing to messages from a topic (i.e PubSub or Kafka topic).
- Subscribe.ValueEntity - Annotation Interface in kalix.javasdk.annotations
-
Annotation for subscribing to updates from a Value Entity.
T
- Table - Annotation Interface in kalix.javasdk.annotations
-
Annotation for providing a table name for View-type Kalix components.
- Trigger - Annotation Interface in kalix.javasdk.annotations
-
This annotation is used to mark a method as a hook that will be triggered automatically uppon certain events.
- Trigger.OnStartup - Annotation Interface in kalix.javasdk.annotations
-
The on startup hook is called every time a service instance boots up.
- typeId() - Method in class kalix.javasdk.eventsourced.ReflectiveEventSourcedEntityProvider
- typeId() - Method in class kalix.javasdk.valueentity.ReflectiveValueEntityProvider
- typeId() - Method in class kalix.javasdk.workflow.ReflectiveWorkflowProvider
- TypeId - Annotation Interface in kalix.javasdk.annotations
-
Assign a type identifier to an entity or workflow.
- TypeName - Annotation Interface in kalix.javasdk.annotations
-
Annotation to assign a logical type name to events.
U
- UNSPECIFIED - Enum constant in enum class kalix.javasdk.annotations.Acl.Principal
- UNSPECIFIED - Enum constant in enum class kalix.javasdk.annotations.JWT.JwtMethodMode
-
No validation.
V
- validate() - Element in annotation interface kalix.javasdk.annotations.JWT
- value - Variable in enum class kalix.javasdk.annotations.Acl.DenyStatusCode
- value() - Element in annotation interface kalix.javasdk.annotations.ForwardHeaders
- value() - Element in annotation interface kalix.javasdk.annotations.GenerateId
- value() - Element in annotation interface kalix.javasdk.annotations.Id
- value() - Element in annotation interface kalix.javasdk.annotations.JWT.StaticClaim
-
The value can be set as: a hardcoded literal (e.g.
- value() - Element in annotation interface kalix.javasdk.annotations.Publish.Topic
-
Assign the name of the topic to be used for eventing out.
- value() - Element in annotation interface kalix.javasdk.annotations.Query
-
Assigns the actual query which makes use of the enclosing entity table name as source of data for composition.
- value() - Element in annotation interface kalix.javasdk.annotations.Subscribe.EventSourcedEntity
-
Assign the class type of the entity one intends to subscribe to, which must extend
EventSourcedEntity
. - value() - Element in annotation interface kalix.javasdk.annotations.Subscribe.Topic
-
Assign the name of the topic to consume the stream from.
- value() - Element in annotation interface kalix.javasdk.annotations.Subscribe.ValueEntity
-
Assign the class type of the entity one intends to subscribe to, which must extend
ValueEntity
. - value() - Element in annotation interface kalix.javasdk.annotations.Table
-
Assign a table name.
- value() - Element in annotation interface kalix.javasdk.annotations.TypeId
- value() - Element in annotation interface kalix.javasdk.annotations.TypeName
-
Logical type name for the annotated type.
- value() - Element in annotation interface kalix.javasdk.annotations.ViewId
- ValueEntityCallBuilder - Class in kalix.javasdk.client
- ValueEntityCallBuilder(KalixClient, Optional<Metadata>) - Constructor for class kalix.javasdk.client.ValueEntityCallBuilder
- ValueEntityCallBuilder(KalixClient, Optional<Metadata>, String) - Constructor for class kalix.javasdk.client.ValueEntityCallBuilder
- ValueEntityCallBuilder(KalixClient, Optional<Metadata>, List<String>) - Constructor for class kalix.javasdk.client.ValueEntityCallBuilder
- valueOf(String) - Static method in enum class kalix.javasdk.annotations.Acl.DenyStatusCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class kalix.javasdk.annotations.Acl.Principal
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class kalix.javasdk.annotations.GenerateId.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class kalix.javasdk.annotations.JWT.JwtMethodMode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class kalix.javasdk.annotations.Acl.DenyStatusCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class kalix.javasdk.annotations.Acl.Principal
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class kalix.javasdk.annotations.GenerateId.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class kalix.javasdk.annotations.JWT.JwtMethodMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERSION_4_UUID - Enum constant in enum class kalix.javasdk.annotations.GenerateId.Type
-
Generate a Version 4 (random) UUID.
- ViewCallBuilder - Class in kalix.javasdk.client
- ViewCallBuilder(KalixClient, Optional<Metadata>) - Constructor for class kalix.javasdk.client.ViewCallBuilder
- viewId() - Method in class kalix.javasdk.view.ReflectiveMultiTableViewProvider
- viewId() - Method in class kalix.javasdk.view.ReflectiveViewProvider
- ViewId - Annotation Interface in kalix.javasdk.annotations
W
- WorkflowCallBuilder - Class in kalix.javasdk.client
- WorkflowCallBuilder(KalixClient) - Constructor for class kalix.javasdk.client.WorkflowCallBuilder
- WorkflowCallBuilder(KalixClient, String) - Constructor for class kalix.javasdk.client.WorkflowCallBuilder
- WorkflowCallBuilder(KalixClient, List<String>) - Constructor for class kalix.javasdk.client.WorkflowCallBuilder
All Classes and Interfaces|All Packages