public interface CallableUnitCallback
Modifier and Type | Method and Description |
---|---|
void |
notifyFailure(BMap<String,BValue> error)
This should be called to notify the listener that your operation
failed with a specific error.
|
void |
notifySuccess()
This should be called when you want to notify that your operation
is done successfully.
|
Copyright © 2018 WSO2. All rights reserved.