Interface HttpServiceDefinition
-
@Immutable public interface HttpServiceDefinitionA definition of a custom HTTPServicewhich will be treated as a business logic service of the server, applying other decorators like authorization.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHttpServiceDefinition.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.linecorp.armeria.server.Routeroute()com.linecorp.armeria.server.Service<com.linecorp.armeria.common.HttpRequest,com.linecorp.armeria.common.HttpResponse>service()
-