[This is preliminary documentation and is subject to change.]
The ErlEpmd type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() ![]() | LookupPort |
Determine what port a node listens for incoming connections on
|
![]() ![]() | PublishPort |
Publish node's port at local EPMD, so that other nodes can connect to it.
On failure to connect to EPMD the function may throw if the value of
ErlApp.IgnoreLocalEpmdConnectErrors variable is true.
On failed connection attempt the function calls
node.OnEpmdFailedConnectAttempt delegate
|
![]() ![]() | UnPublishPort |
Unregister from Epmd.
Other nodes wishing to connect will no longer be able to
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | EPMD_PORT |
See Also