public class ListCommandSink extends CommandSink
Constructor and Description |
---|
ListCommandSink(List<RpcCommand> commands) |
Modifier and Type | Method and Description |
---|---|
void |
accept(RpcCommand command)
Accept an RpcCommand for processing.
|
void |
finish()
Does nothing.
|
public ListCommandSink(List<RpcCommand> commands)
public void accept(RpcCommand command) throws SerializationException
CommandSink
accept
in class CommandSink
SerializationException
public void finish() throws SerializationException
finish
in class CommandSink
SerializationException
Copyright © 2018. All rights reserved.