17 lines
636 B
ReStructuredText
17 lines
636 B
ReStructuredText
|
|
.. _-withSettings-java-:
|
||
|
|
|
||
|
|
withSettings
|
||
|
|
============
|
||
|
|
|
||
|
|
Description
|
||
|
|
-----------
|
||
|
|
|
||
|
|
Allows running an inner route using an alternative :class:`RoutingSettings` in place of the default one.
|
||
|
|
|
||
|
|
The execution context can be extracted in an inner route using :ref:`-extractSettings-java-` directly,
|
||
|
|
or used by directives which internally extract the materializer without sufracing this fact in the API.
|
||
|
|
|
||
|
|
Example
|
||
|
|
-------
|
||
|
|
TODO: Example snippets for JavaDSL are subject to community contributions! Help us complete the docs, read more about it here: `write example snippets for Akka HTTP Java DSL #20466 <https://github.com/akka/akka/issues/20466>`_.
|