mirror of
https://github.com/corda/corda.git
synced 2025-06-22 17:09:00 +00:00
Node: Add API doc for a newly introduced constructor parameter
This commit is contained in:
@ -50,6 +50,7 @@ class ConfigurationException(message: String) : Exception(message)
|
|||||||
* @param advertisedServices The services this node advertises. This must be a subset of the services it runs,
|
* @param advertisedServices The services this node advertises. This must be a subset of the services it runs,
|
||||||
* but nodes are not required to advertise services they run (hence subset).
|
* but nodes are not required to advertise services they run (hence subset).
|
||||||
* @param clock The clock used within the node and by all protocols etc.
|
* @param clock The clock used within the node and by all protocols etc.
|
||||||
|
* @param messagingServerAddr The address of the Artemis broker instance. If not provided the node will run one locally.
|
||||||
*/
|
*/
|
||||||
class Node(dir: Path, val p2pAddr: HostAndPort, val webServerAddr: HostAndPort,
|
class Node(dir: Path, val p2pAddr: HostAndPort, val webServerAddr: HostAndPort,
|
||||||
configuration: NodeConfiguration, networkMapAddress: NodeInfo?,
|
configuration: NodeConfiguration, networkMapAddress: NodeInfo?,
|
||||||
|
Reference in New Issue
Block a user