=doc #16300 correct remote doc to right package
This commit is contained in:
parent
1e27cc8452
commit
7ddaac3961
2 changed files with 2 additions and 2 deletions
|
|
@ -289,7 +289,7 @@ Pluggable transport support
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Akka can be configured to use various transports to communicate with remote systems. The core
|
Akka can be configured to use various transports to communicate with remote systems. The core
|
||||||
component of this feature is the :meth:`akka.remote.Transport` SPI. Transport implementations must extend this trait.
|
component of this feature is the :meth:`akka.remote.transport.Transport` SPI. Transport implementations must extend this trait.
|
||||||
Transports can be loaded by setting the ``akka.remote.enabled-transports`` configuration key to point to one or
|
Transports can be loaded by setting the ``akka.remote.enabled-transports`` configuration key to point to one or
|
||||||
more configuration sections containing driver descriptions.
|
more configuration sections containing driver descriptions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -294,7 +294,7 @@ Pluggable transport support
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Akka can be configured to use various transports to communicate with remote systems. The core
|
Akka can be configured to use various transports to communicate with remote systems. The core
|
||||||
component of this feature is the :meth:`akka.remote.Transport` SPI. Transport implementations must extend this trait.
|
component of this feature is the :meth:`akka.remote.transport.Transport` SPI. Transport implementations must extend this trait.
|
||||||
Transports can be loaded by setting the ``akka.remote.enabled-transports`` configuration key to point to one or
|
Transports can be loaded by setting the ``akka.remote.enabled-transports`` configuration key to point to one or
|
||||||
more configuration sections containing driver descriptions.
|
more configuration sections containing driver descriptions.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue