18 lines
526 B
ReStructuredText
18 lines
526 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
|
|
-------
|
|
|
|
.. includecode:: ../../../../code/docs/http/javadsl/server/directives/BasicDirectivesExamplesTest.java#withSettings
|
|
|