public class SyncCallableWorkerResponseContext extends CallableWorkerResponseContext
fulfilled, haltCount, responseTypes, workerErrors
currentSignal, responseCallbacks, retRegIndexes, targetCtx, workerCount, workerDataChannels
Constructor and Description |
---|
SyncCallableWorkerResponseContext(BType[] responseTypes,
int workerCount) |
Modifier and Type | Method and Description |
---|---|
protected WorkerExecutionContext |
onError(WorkerSignal signal) |
protected WorkerExecutionContext |
onHalt(WorkerSignal signal) |
protected void |
onMessage(WorkerSignal signal) |
protected WorkerExecutionContext |
onReturn(WorkerSignal signal) |
getCurrentSignal, getWorkerErrors, handleAlreadyFulfilled, initWorkerErrors, isFulfilled, isReturnable, isWorkersDone, onFinalizedError, onFulfillment, printError, printStoredErrors, propagateErrorToTarget, setAsFulfilled, setCurrentSignal, storeError
doFailCallbackNotify, doSuccessCallbackNotify, getWorkerDataChannel, joinTargetContextInfo, modifyDebugCommands, onTimeout, registerResponseCallback, signal
public SyncCallableWorkerResponseContext(BType[] responseTypes, int workerCount)
protected void onMessage(WorkerSignal signal)
onMessage
in class CallableWorkerResponseContext
protected WorkerExecutionContext onHalt(WorkerSignal signal)
onHalt
in class CallableWorkerResponseContext
protected WorkerExecutionContext onError(WorkerSignal signal)
onError
in class CallableWorkerResponseContext
protected WorkerExecutionContext onReturn(WorkerSignal signal)
onReturn
in class CallableWorkerResponseContext
Copyright © 2018 WSO2. All rights reserved.