Service
spice.openapi.server.Service
trait Service extends HttpHandler
Attributes
- Graph
-
- Supertypes
-
trait HttpHandlertrait Ordered[HttpHandler]trait Comparable[HttpHandler]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class RestService
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
HttpHandler
def serviceCall[Request, Response](method: HttpMethod, responseTypes: List[ResponseType], summary: String, description: String, successDescription: String, tags: List[String], operationId: Option[String], requestSchema: Option[Schema], responseSchema: Option[Schema])(call: (ServiceRequest[Request]) => Task[ServiceResponse[Response]])(implicit requestRW: RW[Request], responseRW: RW[Response]): ServiceCall
Inherited methods
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Definition Classes
-
HttpHandler -> Ordered
- Inherited from:
- HttpHandler
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- HttpHandler
In this article