public class WorkerDataChannel extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkerDataChannel.WorkerResult
This represents a worker result value.
|
Constructor and Description |
---|
WorkerDataChannel() |
Modifier and Type | Method and Description |
---|---|
void |
putData(BRefType data) |
WorkerDataChannel.WorkerResult |
tryTakeData() |
WorkerDataChannel.WorkerResult |
tryTakeData(WorkerExecutionContext ctx) |
public void putData(BRefType data)
public WorkerDataChannel.WorkerResult tryTakeData(WorkerExecutionContext ctx)
public WorkerDataChannel.WorkerResult tryTakeData()
Copyright © 2018 WSO2. All rights reserved.