public abstract class MultitenancyThrottlingServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
MultitenancyThrottlingServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
MultitenancyThrottlingServiceCallbackHandler(Object clientData)
User can pass in any object that needs to be accessed once the NonBlocking
Web service call is finished and appropriate method of this CallBack is called.
|
protected Object clientData
public MultitenancyThrottlingServiceCallbackHandler(Object clientData)
clientData
- Object mechanism by which the user can pass in user data
that will be avilable at the time this callback is called.public MultitenancyThrottlingServiceCallbackHandler()
public Object getClientData()
Copyright © 2017 WSO2. All rights reserved.