public interface TerminatingResponseAction<RespT> extends ResponseAction<RespT>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isTerminating()
Determines if the
ResponseAction is a terminating action. |
executedefault boolean isTerminating()
ResponseActionResponseAction is a terminating action. By default it is
false and will be true for exception actions, which terminate the gRPC call.isTerminating in interface ResponseAction<RespT>Copyright © 2023. All rights reserved.