MicronautRequestExecutionInputs

Execution Inputs: Server Request

Implements an ExecutionInputs interface for a Micronaut server HttpRequest, optionally with additional Data to include as "execution state."

Functions

Link copied to clipboard
open override fun allInputs(): Array<Any>
Link copied to clipboard
open fun buildArguments(): Array<out Any>

TBD.

Link copied to clipboard
open override fun path(): String
Link copied to clipboard
abstract fun request(): HttpRequest<Data>

The underlying request object mapped by this set of execution inputs may be used on the privileged side of the VM border for caching, logging, or other purposes. Implementations are not encouraged to expose this property to the underlying VM.