18 lines
603 B
ReStructuredText
18 lines
603 B
ReStructuredText
|
|
.. _-extractExecutionContext-java-:
|
||
|
|
|
||
|
|
extractExecutionContext
|
||
|
|
=======================
|
||
|
|
|
||
|
|
Description
|
||
|
|
-----------
|
||
|
|
|
||
|
|
Extracts the ``ExecutionContext`` from the ``RequestContext``.
|
||
|
|
|
||
|
|
See :ref:`-withExecutionContext-java-` to see how to customise the execution context provided for an inner route.
|
||
|
|
|
||
|
|
See :ref:`-extract-java-` to learn more about how extractions work.
|
||
|
|
|
||
|
|
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>`_.
|