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(BError error) |
void |
notifySuccess() |
public HttpCallableUnitCallback(org.wso2.transport.http.netty.message.HttpCarbonMessage requestMessage)
public void notifySuccess()
notifySuccess
in interface CallableUnitCallback
public void notifyFailure(BError error)
notifyFailure
in interface CallableUnitCallback
Copyright © 2019 WSO2. All rights reserved.