Skip to content

Commit 5b7a82a

Browse files
Document that a separate server with its own TCP port is used (#1306)
1 parent 75d5437 commit 5b7a82a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • exonum-java-binding/core/src/main/java/com/exonum/binding/core/service

exonum-java-binding/core/src/main/java/com/exonum/binding/core/service/Service.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ default void initialize(Fork fork, Configuration configuration) {
9191
* });
9292
* }</pre>
9393
*
94+
* <p>Please remember that Java services use a <em>separate</em> server from Rust services.
95+
* The Java server TCP port is specified on node start, see
96+
* <a href="https://exonum.com/doc/version/0.13-rc.2/get-started/java-binding/#running-the-node">
97+
* documentation</a> for details.
98+
*
9499
* @param node a set-up Exonum node, providing an interface to access
95100
* the current blockchain state and submit transactions
96101
* @param router a router responsible for handling requests to this service

0 commit comments

Comments
 (0)