Interface TerminatingResponseAction<RespT>
- All Superinterfaces:
ResponseAction<RespT>
- Author:
- Fadelis
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanDetermines if theResponseActionis a terminating action.Methods inherited from interface org.grpcmock.definitions.response.ResponseAction
execute
-
Method Details
-
isTerminating
default boolean isTerminating()Description copied from interface:ResponseActionDetermines if theResponseActionis a terminating action. By default it isfalseand will be true for exception actions, which terminate the gRPC call.- Specified by:
isTerminatingin interfaceResponseAction<RespT>
-