object ServerReflectionHandler
- Annotations
- @ApiMayChange() @PekkoGrpcGenerated()
- Source
- ServerReflectionHandler.scala
- Alphabetic
- By Inheritance
- ServerReflectionHandler
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(implementation: ServerReflection, prefix: String, eHandler: (ActorSystem) ⇒ PartialFunction[Throwable, Trailers])(implicit system: ClassicActorSystemProvider): (HttpRequest) ⇒ Future[HttpResponse]
Creates a
HttpRequesttoHttpResponsehandler that can be used in for exampleHttp().bindAndHandleAsyncfor the generated partial function handler and ends withStatusCodes.NotFoundif the request is not matching.Creates a
HttpRequesttoHttpResponsehandler that can be used in for exampleHttp().bindAndHandleAsyncfor the generated partial function handler and ends withStatusCodes.NotFoundif the request is not matching.Use
org.apache.pekko.grpc.scaladsl.ServiceHandler.concatOrNotFoundwithServerReflectionHandler.partialwhen combining several services.Registering a gRPC service under a custom prefix is not widely supported and strongly discouraged by the specification.
-
def
apply(implementation: ServerReflection, prefix: String)(implicit system: ClassicActorSystemProvider): (HttpRequest) ⇒ Future[HttpResponse]
Creates a
HttpRequesttoHttpResponsehandler that can be used in for exampleHttp().bindAndHandleAsyncfor the generated partial function handler and ends withStatusCodes.NotFoundif the request is not matching.Creates a
HttpRequesttoHttpResponsehandler that can be used in for exampleHttp().bindAndHandleAsyncfor the generated partial function handler and ends withStatusCodes.NotFoundif the request is not matching.Use
org.apache.pekko.grpc.scaladsl.ServiceHandler.concatOrNotFoundwithServerReflectionHandler.partialwhen combining several services.Registering a gRPC service under a custom prefix is not widely supported and strongly discouraged by the specification.
-
def
apply(implementation: ServerReflection, eHandler: (ActorSystem) ⇒ PartialFunction[Throwable, Trailers])(implicit system: ClassicActorSystemProvider): (HttpRequest) ⇒ Future[HttpResponse]
Creates a
HttpRequesttoHttpResponsehandler that can be used in for exampleHttp().bindAndHandleAsyncfor the generated partial function handler and ends withStatusCodes.NotFoundif the request is not matching.Creates a
HttpRequesttoHttpResponsehandler that can be used in for exampleHttp().bindAndHandleAsyncfor the generated partial function handler and ends withStatusCodes.NotFoundif the request is not matching.Use
org.apache.pekko.grpc.scaladsl.ServiceHandler.concatOrNotFoundwithServerReflectionHandler.partialwhen combining several services. -
def
apply(implementation: ServerReflection)(implicit system: ClassicActorSystemProvider): (HttpRequest) ⇒ Future[HttpResponse]
Creates a
HttpRequesttoHttpResponsehandler that can be used in for exampleHttp().bindAndHandleAsyncfor the generated partial function handler and ends withStatusCodes.NotFoundif the request is not matching.Creates a
HttpRequesttoHttpResponsehandler that can be used in for exampleHttp().bindAndHandleAsyncfor the generated partial function handler and ends withStatusCodes.NotFoundif the request is not matching.Use
org.apache.pekko.grpc.scaladsl.ServiceHandler.concatOrNotFoundwithServerReflectionHandler.partialwhen combining several services. -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
partial(implementation: ServerReflection, prefix: String = ServerReflection.name, eHandler: (ActorSystem) ⇒ PartialFunction[Throwable, Trailers] = GrpcExceptionHandler.defaultMapper)(implicit system: ClassicActorSystemProvider): PartialFunction[HttpRequest, Future[HttpResponse]]
Creates a partial
HttpRequesttoHttpResponsehandler that can be combined with handlers of other services withorg.apache.pekko.grpc.scaladsl.ServiceHandler.concatOrNotFoundand then used in for exampleHttp().bindAndHandleAsync.Creates a partial
HttpRequesttoHttpResponsehandler that can be combined with handlers of other services withorg.apache.pekko.grpc.scaladsl.ServiceHandler.concatOrNotFoundand then used in for exampleHttp().bindAndHandleAsync.Use
ServerReflectionHandler.applyif 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.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()