object CrdtHandler
- Alphabetic
- By Inheritance
- CrdtHandler
- 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: Crdt, prefix: String, eHandler: (ActorSystem) ⇒ PartialFunction[Throwable, Status])(implicit mat: Materializer, system: ActorSystem): (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
akka.grpc.scaladsl.ServiceHandler.concatOrNotFoundwithCrdtHandler.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: Crdt, prefix: String)(implicit mat: Materializer, system: ActorSystem): (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
akka.grpc.scaladsl.ServiceHandler.concatOrNotFoundwithCrdtHandler.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: Crdt, eHandler: (ActorSystem) ⇒ PartialFunction[Throwable, Status])(implicit mat: Materializer, system: ActorSystem): (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
akka.grpc.scaladsl.ServiceHandler.concatOrNotFoundwithCrdtHandler.partialwhen combining several services. -
def
apply(implementation: Crdt)(implicit mat: Materializer, system: ActorSystem): (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
akka.grpc.scaladsl.ServiceHandler.concatOrNotFoundwithCrdtHandler.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: Crdt, prefix: String = Crdt.name, eHandler: (ActorSystem) ⇒ PartialFunction[Throwable, Status] = GrpcExceptionHandler.defaultMapper)(implicit mat: Materializer, system: ActorSystem): PartialFunction[HttpRequest, Future[HttpResponse]]
Creates a partial
HttpRequesttoHttpResponsehandler that can be combined with handlers of other services withakka.grpc.scaladsl.ServiceHandler.concatOrNotFoundand then used in for exampleHttp().bindAndHandleAsync.Creates a partial
HttpRequesttoHttpResponsehandler that can be combined with handlers of other services withakka.grpc.scaladsl.ServiceHandler.concatOrNotFoundand then used in for exampleHttp().bindAndHandleAsync.Use
CrdtHandler.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()