GrpcExceptionHandler

@ApiMayChange
class Object
trait Matchable
class Any

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]]