Interface GrpcCancelFrame
- All Superinterfaces:
io.vertx.grpc.common.impl.GrpcFrame
public interface GrpcCancelFrame
extends io.vertx.grpc.common.impl.GrpcFrame
Signals an impromptu cancellation, usually sent by the client to the server.
- Author:
- Julien Viet
-
Method Summary
-
Method Details
-
type
default io.vertx.grpc.common.impl.GrpcFrameType type()- Specified by:
typein interfaceio.vertx.grpc.common.impl.GrpcFrame- Returns:
- the frame type
-