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:
ComponentClientHttpClientProviderTimerSchedulerMaterializerConfig- Custom types provided by a
DependencyProviderfrom the service setup