ChatServiceHandler
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ChatServiceHandler.type
Members list
Value members
Concrete methods
Creates a HttpRequest
to HttpResponse
handler that can be used in for example Http().bindAndHandleAsync
for the generated partial function handler and ends with StatusCodes.NotFound
if the request is not matching.
Creates a HttpRequest
to HttpResponse
handler that can be used in for example Http().bindAndHandleAsync
for the generated partial function handler and ends with StatusCodes.NotFound
if the request is not matching.
Use akka.grpc.scaladsl.ServiceHandler.concatOrNotFound
with ChatServiceHandler.partial
when combining several services.
Attributes
Creates a HttpRequest
to HttpResponse
handler that can be used in for example Http().bindAndHandleAsync
for the generated partial function handler and ends with StatusCodes.NotFound
if the request is not matching.
Creates a HttpRequest
to HttpResponse
handler that can be used in for example Http().bindAndHandleAsync
for the generated partial function handler and ends with StatusCodes.NotFound
if the request is not matching.
Use akka.grpc.scaladsl.ServiceHandler.concatOrNotFound
with ChatServiceHandler.partial
when combining several services.
Attributes
Creates a HttpRequest
to HttpResponse
handler that can be used in for example Http().bindAndHandleAsync
for the generated partial function handler and ends with StatusCodes.NotFound
if the request is not matching.
Creates a HttpRequest
to HttpResponse
handler that can be used in for example Http().bindAndHandleAsync
for the generated partial function handler and ends with StatusCodes.NotFound
if the request is not matching.
Use akka.grpc.scaladsl.ServiceHandler.concatOrNotFound
with ChatServiceHandler.partial
when combining several services.
Registering a gRPC service under a custom prefix is not widely supported and strongly discouraged by the specification.
Attributes
Creates a HttpRequest
to HttpResponse
handler that can be used in for example Http().bindAndHandleAsync
for the generated partial function handler and ends with StatusCodes.NotFound
if the request is not matching.
Creates a HttpRequest
to HttpResponse
handler that can be used in for example Http().bindAndHandleAsync
for the generated partial function handler and ends with StatusCodes.NotFound
if the request is not matching.
Use akka.grpc.scaladsl.ServiceHandler.concatOrNotFound
with ChatServiceHandler.partial
when combining several services.
Registering a gRPC service under a custom prefix is not widely supported and strongly discouraged by the specification.
Attributes
Creates a partial HttpRequest
to HttpResponse
handler that can be combined with handlers of other services with akka.grpc.scaladsl.ServiceHandler.concatOrNotFound
and then used in for example Http().bindAndHandleAsync
.
Creates a partial HttpRequest
to HttpResponse
handler that can be combined with handlers of other services with akka.grpc.scaladsl.ServiceHandler.concatOrNotFound
and then used in for example Http().bindAndHandleAsync
.
Use ChatServiceHandler.apply
if the server is only handling one service.
Registering a gRPC service under a custom prefix is not widely supported and strongly discouraged by the specification.
Attributes
Creates a HttpRequest
to HttpResponse
handler that can be used in for example Http().bindAndHandleAsync
for the generated partial function handler. The generated handler falls back to a reflection handler for ChatService
and ends with StatusCodes.NotFound
if the request is not matching.
Creates a HttpRequest
to HttpResponse
handler that can be used in for example Http().bindAndHandleAsync
for the generated partial function handler. The generated handler falls back to a reflection handler for ChatService
and ends with StatusCodes.NotFound
if the request is not matching.
Use akka.grpc.scaladsl.ServiceHandler.concatOrNotFound
with ChatServiceHandler.partial
when combining several services.