GrpcExceptionHandler

akka.grpc.scaladsl.GrpcExceptionHandler$
@ApiMayChange

Attributes

Source:
GrpcExceptionHandler.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

@InternalStableApi
def default(implicit system: ClassicActorSystemProvider, writer: GrpcProtocolWriter): PartialFunction[Throwable, Future[HttpResponse]]
def defaultMapper(system: ActorSystem): PartialFunction[Throwable, Trailers]
@InternalStableApi
def from(mapper: PartialFunction[Throwable, Trailers])(implicit system: ClassicActorSystemProvider, writer: GrpcProtocolWriter): PartialFunction[Throwable, Future[HttpResponse]]