Package

org.apache.seatunnel.spark.webhook

source

Permalink

package source

Visibility
  1. Public
  2. All

Type Members

  1. case class HttpData(value: String, timestamp: Long) extends Product with Serializable

    Permalink

    Streaming data read from local server will have this schema

    Streaming data read from local server will have this schema

    value

    - The payload POSTed to http endpoint.

    timestamp

    - Timestamp of when it was put on a stream.

  2. class HttpPushServlet extends HttpServlet

    Permalink
  3. class JettyServer extends AnyRef

    Permalink
  4. class WebhookStream extends BaseSparkSource[DStream[String]] with SparkStreamingSource[String]

    Permalink

Ungrouped