public interface DataProvider
| Modifier and Type | Method and Description |
|---|---|
DataProvider |
init(String sessionId)
Initialize the instance with the session id.
|
DataProvider |
start()
Start pushing data to the client from the data sources.
|
void |
stop()
Stop pushing data to the client and disconnect.
|
DataProvider init(String sessionId)
sessionId - Session id of the session associated with the connectionDataProvider start()
void stop()
Copyright © 2017 WSO2. All rights reserved.