
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
CommandSinkaccept in class CommandSinkSerializationExceptionpublic void finish()
throws SerializationException
finish in class CommandSinkSerializationExceptionCopyright © 2018. All rights reserved.