Class GRPCDataLoader
Defined in File grpc.hpp
Base Type
public morpheus::Loader
(Class Loader)
-
class GRPCDataLoader : public morpheus::Loader
Very simple raw data loader that takes payload data on the control message and returns it.
Public Functions
- ~GRPCDataLoader() = default
- GRPCDataLoader() = default
- GRPCDataLoader(nlohmann::json config)
Virtual method for loading a control message.
- Parameters
message – A shared pointer to the control message to be loaded.
task – A json object describing the loading task.
- Returns
A shared pointer to the loaded control message.