public final class PostponedResponse
extends Object
The special response class that is used when a Raft entry does not return
a response at the time of its commit, and will return a response with
another commit in future. Therefore, when INSTANCE
is returned as response of a Raft commit, its future object will not be
completed.