Interface DiscoveryListener


  • public interface DiscoveryListener
    Interface for listeners interested in notifications about discovered JVM services.
    • Method Detail

      • onDiscovery

        void onDiscovery​(DiscoveryEvent event)
        Called whenever a change in the discovery status has occurred for a service.
        Parameters:
        event - an event describing the change in discovery status.