Package

ksb.csle.component.ingestion

common

Permalink

package common

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. common
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class HttpIngestionRequest(content: String, contentType: Option[String] = None, headers: Option[Map[String, String]] = None) extends Product with Serializable

    Permalink

    HTTP ingestion request message.

  2. case class HttpIngestionResponse(data: String, statusCode: StatusCode = StatusCodes.OK, message: String = "OK") extends Product with Serializable

    Permalink

    HTTP ingestion response message.

Value Members

  1. def defaultHttpIngestionHandler(req: HttpIngestionRequest): HttpIngestionResponse

    Permalink

    Default function to handle HTTP ingestion request.

Inherited from AnyRef

Inherited from Any

Ungrouped