Packages

trait ValueEntityOptions extends EntityOptions

Root entity options for all value based entities.

Source
ValueEntityOptions.scala
Linear Supertypes
EntityOptions, ComponentOptions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueEntityOptions
  2. EntityOptions
  3. ComponentOptions
  4. AnyRef
  5. 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
    EntityOptions → ComponentOptions
  2. abstract def withForwardHeaders(headers: Set[String]): ValueEntityOptions

    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
    ValueEntityOptionsEntityOptions → ComponentOptions