EventRequestMessageResponse

data class EventRequestMessageResponse(val content: EventContentResponse? = null, val headers: Map<String, String>? = null, val method: String? = null, val requestUri: String? = null, val version: String? = null)

The event request message sent to the service URI.

Constructors

Link copied to clipboard
constructor(content: EventContentResponse? = null, headers: Map<String, String>? = null, method: String? = null, requestUri: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The content of the event request message.

Link copied to clipboard
val headers: Map<String, String>? = null

The headers of the event request message.

Link copied to clipboard
val method: String? = null

The HTTP method used to send the event request message.

Link copied to clipboard
val requestUri: String? = null

The URI used to send the event request message.

Link copied to clipboard
val version: String? = null

The HTTP message version.