public class WorkerSignal extends Object
WorkerResponseContext.| Constructor and Description |
|---|
WorkerSignal(WorkerExecutionContext sourceContext,
SignalType type,
WorkerData result) |
| Modifier and Type | Method and Description |
|---|---|
WorkerData |
getResult() |
WorkerExecutionContext |
getSourceContext() |
SignalType |
getType() |
public WorkerSignal(WorkerExecutionContext sourceContext, SignalType type, WorkerData result)
public WorkerExecutionContext getSourceContext()
public SignalType getType()
public WorkerData getResult()
Copyright © 2018 WSO2. All rights reserved.