T - The type of return message expected from the broadcastpublic static interface Broadcaster.Action<T>
| Modifier and Type | Method and Description |
|---|---|
void |
perform(NodeInfo node,
io.grpc.stub.StreamObserver<T> resultObserver)
Perform the action for the given
node, which is expected to invoke the given resultObserver
when results are received. |
void perform(NodeInfo node, io.grpc.stub.StreamObserver<T> resultObserver)
node, which is expected to invoke the given resultObserver
when results are received.node - The node to perform the action forresultObserver - The observer to report the results of the actionCopyright © 2017–2018. All rights reserved.