Annotation Interface GrpcEndpoint


@Target(TYPE) @Retention(RUNTIME) @Documented public @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: