Interface GraphqlService
- All Superinterfaces:
HttpService
,Service<HttpRequest,
,HttpResponse> Unwrappable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An
HttpService
that implements the GraphQL.-
Method Summary
Modifier and TypeMethodDescriptionstatic GraphqlServiceBuilder
builder()
Returns a newGraphqlServiceBuilder
.static GraphqlService
of
(graphql.GraphQL graphQL) Returns a newGraphqlService
.Methods inherited from interface com.linecorp.armeria.server.HttpService
decorate, decorate, exchangeType, options, serve
Methods inherited from interface com.linecorp.armeria.server.Service
as, serviceAdded, shouldCachePath, unwrap
Methods inherited from interface com.linecorp.armeria.common.util.Unwrappable
equalsIgnoreWrapper, unwrapAll
-
Method Details
-
builder
Returns a newGraphqlServiceBuilder
. -
of
Returns a newGraphqlService
.
-