Package akka.javasdk.annotations
Annotation Interface GrpcEndpoint
Mark a class to be made available as a gRPC endpoint. The annotated class should extend a gRPC service interface
generated using Akka gRPC, be public and have a public constructor.
Annotated classes can accept the following types to the constructor:
ComponentClient
HttpClientProvider
TimerScheduler
Materializer
Config
- Custom types provided by a
DependencyProvider
from the service setup