Package io.deephaven.server.session
Interface SessionState.ExportErrorGrpcHandler
- Enclosing class:
- SessionState
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onError
(io.grpc.StatusRuntimeException notification) This error handler receives a grpc friendlyStatusRuntimeException
that can be directly sent toStreamObserver.onError(java.lang.Throwable)
.
-
Method Details
-
onError
void onError(io.grpc.StatusRuntimeException notification) This error handler receives a grpc friendlyStatusRuntimeException
that can be directly sent toStreamObserver.onError(java.lang.Throwable)
.- Parameters:
notification
- the notification to forward to the grpc client
-