Interface Discoverable

All Known Implementing Classes:
JDPPacket

public interface Discoverable
Discoverable instances represent a discovered JDP beacon transmitting data on the network. Discoverables are used to identify JVM services on the network. Usually the properties in a discoverable can be used to identify an endpoint of communication.
  • Method Details

    • getSessionId

      String getSessionId()
      Returns:
      the identifier uniquely identifying the discoverable session. A new session UUID is generated whenever the JDP server is started.
    • getPayload

      Map<String,String> getPayload()
      Returns:
      the discovery payload.