public abstract class RemoteLoggingConfigCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
RemoteLoggingConfigCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
RemoteLoggingConfigCallbackHandler(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 RemoteLoggingConfigCallbackHandler(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 RemoteLoggingConfigCallbackHandler()
public Object getClientData()
Copyright © 2023 WSO2. All rights reserved.