Uses of Annotation Interface
io.helidon.service.registry.Service.EntryPoint
Packages that use Service.EntryPoint
Package
Description
Shared GraphQL API types for Helidon client and server integrations.
Helidon gRPC API module.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon Messaging API and runtime.
Helidon WebServer GraphQL Support.
-
Uses of Service.EntryPoint in io.helidon.graphql
Classes in io.helidon.graphql with annotations of type Service.EntryPointModifier and TypeClassDescriptionstatic @interfaceMarks a GraphQL mutation operation method.static @interfaceMarks a GraphQL query operation method. -
Uses of Service.EntryPoint in io.helidon.grpc.api
Classes in io.helidon.grpc.api with annotations of type Service.EntryPointModifier and TypeClassDescriptionstatic @interfaceAn annotation to mark a class as representing a gRPC service or a method as a gRPC service method. -
Uses of Service.EntryPoint in io.helidon.http
Classes in io.helidon.http with annotations of type Service.EntryPoint -
Uses of Service.EntryPoint in io.helidon.messaging
Classes in io.helidon.messaging with annotations of type Service.EntryPointModifier and TypeClassDescriptionstatic @interfaceMarks a method that receives messages from a channel. -
Uses of Service.EntryPoint in io.helidon.webserver.graphql
Classes in io.helidon.webserver.graphql with annotations of type Service.EntryPointModifier and TypeClassDescriptionstatic @interfaceExposes a child field resolver for a GraphQL type.