Package kalix.javasdk.annotations
Annotation Interface Trigger
public @interface Trigger
This annotation is used to mark a method as a hook that will be triggered automatically uppon certain events.
The method must be public and have no parameters.
If the call fails, it will be retried up to the number of times specified by the maxRetries parameter.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
The on startup hook is called every time a service instance boots up.