See: Description
Interface | Description |
---|---|
Processor<I extends org.apache.spark.streaming.api.java.JavaDStreamLike,O extends org.apache.spark.streaming.api.java.JavaDStreamLike> |
Interface for the Java based modules using the Spark Streaming API to process messages from the Message Bus.
|
Class | Description |
---|---|
ModuleExecutor |
Invokes the process method of a
Processor
and handles the output DStream if present. |