Live Data Service Builder
ServiceBuilder implementation that creates instances of the LiveDataService type.
The Builder offers optional extension points in frame conversion and frame generation:
Since
2.0
Functions
Creates a new service instance
Function is only overwritten to increase usability in java. Without that, the Java compiler would generate an error, because here a DefaultServiceBuilder instance is supplied and no LiveDataServiceBuilder instance ...
Sets the converter to create a PowerState object from a response frame. Optional setting. By default an instance of the type PowerStateConverter is used.
Sets the creator of request frames to load the current live data production data from the house power plant database. Optional setting. By default, an instance of the type RequestLiveDataCreator is used.