get data stream java - working with java stream api -


i got assignment working data stream , java. need write java class connecting data streams given , api it.

uri:http://<hostname>/ws/datastream  http operations supported: get: query 1 or more data streams  elements include:  cstid - customer id of customer owns data stream streamid - stream id forwardto - comma separated list of streams replicate data points 

get

get used retrieve list of data streams, or specific stream id

example #1: list of data streams: ws/datastream returns list of data streams. example #2: information specific data stream using stream id: ws/datastream/{streamid} 

i understand how works ,

  1. how create class values?

  2. what kind of objects need use store them

  3. how can insert them example data base ?


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -