Package io.grpc.netty
Class GracefulCloseCommand
- java.lang.Object
-
- io.grpc.netty.WriteQueue.AbstractQueuedCommand
-
- io.grpc.netty.GracefulCloseCommand
-
- All Implemented Interfaces:
WriteQueue.QueuedCommand
class GracefulCloseCommand extends WriteQueue.AbstractQueuedCommand
A command to trigger close. It is buffered differently than normal close and also includes reason for closure.
-
-
Constructor Summary
Constructors Constructor Description GracefulCloseCommand(Status status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Status
getStatus()
-
Methods inherited from class io.grpc.netty.WriteQueue.AbstractQueuedCommand
getLink, promise, promise, run
-
-