public class HttpCallableUnitCallback extends Object implements CallableUnitCallback
HttpCallableUnitCallback
is the responsible for acting on notifications received from Ballerina side.Constructor and Description |
---|
HttpCallableUnitCallback(org.wso2.transport.http.netty.message.HTTPCarbonMessage requestMessage) |
Modifier and Type | Method and Description |
---|---|
void |
notifyFailure(BMap<String,BValue> error) |
void |
notifySuccess() |
public HttpCallableUnitCallback(org.wso2.transport.http.netty.message.HTTPCarbonMessage requestMessage)
public void notifySuccess()
notifySuccess
in interface CallableUnitCallback
public void notifyFailure(BMap<String,BValue> error)
notifyFailure
in interface CallableUnitCallback
Copyright © 2018 WSO2. All rights reserved.