Object that contains message ksb.csle.common.proto.DatasourceProto.OneM2MInfo OneM2MInfo contains attributes as follows:
message OneM2MInfo { required string cseBase = 1; required string originatorID = 2; repeated string resourceURI = 3; oneof oneof_protocols { OneM2MHttpInfo http = 4; OneM2MMqttInfo mqtt = 5; } }
ksb.csle.common.proto.DatasourceProto.OneM2MHttpInfo OneM2MHttpInfo contains attributes as follows:
message OneM2MHttpInfo { required string cseAddress = 1; required int32 csePort = 2; required int32 subscriberPort = 3; optional string subscriberAddress = 4 [default = "0.0.0.0"]; }
Close the input stream.
Close the input stream.
Object that contains message ksb.csle.common.proto.DatasourceProto.OneM2MInfo OneM2MInfo contains attributes as follows:
Object that contains message ksb.csle.common.proto.DatasourceProto.OneM2MInfo OneM2MInfo contains attributes as follows:
message OneM2MInfo { required string cseBase = 1; required string originatorID = 2; repeated string resourceURI = 3; oneof oneof_protocols { OneM2MHttpInfo http = 4; OneM2MMqttInfo mqtt = 5; } }
ksb.csle.common.proto.DatasourceProto.OneM2MHttpInfo OneM2MHttpInfo contains attributes as follows:
message OneM2MHttpInfo { required string cseAddress = 1; required int32 csePort = 2; required int32 subscriberPort = 3; optional string subscriberAddress = 4 [default = "0.0.0.0"]; }
Create an input stream to receives streaming data via oneM2M HTTP binding.
Create an input stream to receives streaming data via oneM2M HTTP binding.
Spark session
InputDStream[String] Input stream to read oneM2M notification.
:: ApplicationDeveloperApi ::
Reader that receives streaming data via oneM2M HTTP binding. (Note: In the current version, assumes that container resource is already subscribed by the external system.)