Interface ViewOptions
- All Superinterfaces:
kalix.javasdk.impl.ComponentOptions
public interface ViewOptions
extends kalix.javasdk.impl.ComponentOptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic ViewOptionsdefaults()Create default options for a view.withForwardHeaders(Set<String> headers) Ask Kalix to forward these headers from the incoming request as metadata headers for the incoming commands.
-
Method Details
-
defaults
Create default options for a view. -
forwardHeaders
-
withForwardHeaders
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.- Specified by:
withForwardHeadersin interfacekalix.javasdk.impl.ComponentOptions
-