T - the type of the queuepublic class RemoteDataflowQueueValueRequestMsg<T> extends SerialMsg
| Modifier and Type | Field and Description |
|---|---|
private DataflowChannel<?> |
queue |
private DataflowVariable<T> |
value |
| Constructor and Description |
|---|
RemoteDataflowQueueValueRequestMsg(RemoteDataflowQueue<T> queue,
DataflowVariable<T> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(RemoteConnection conn) |
updateRemoteHostprivate final DataflowVariable<T> value
private final DataflowChannel<?> queue
public RemoteDataflowQueueValueRequestMsg(RemoteDataflowQueue<T> queue, DataflowVariable<T> value)
public void execute(RemoteConnection conn)