Packages

trait ViewOptions extends ComponentOptions

Source
ViewOptions.scala
Linear Supertypes
ComponentOptions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ViewOptions
  2. ComponentOptions
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def forwardHeaders: Set[String]

    returns

    the headers requested to be forwarded as metadata (cannot be mutated, use withForwardHeaders)

    Definition Classes
    ComponentOptions
  2. abstract def withForwardHeaders(headers: Set[String]): ComponentOptions

    Ask Kalix to forward these headers from the incoming request as metadata headers for the incoming commands.

    Ask Kalix to forward these headers from the incoming request as metadata headers for the incoming commands. By default no headers except "X-Server-Timing" are forwarded.

    Definition Classes
    ComponentOptions