Interface IDiscoveryService


  • public interface IDiscoveryService
    Service interface for discovering other platforms.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void republish()
      Republish the awareness info.
      void setDelay​(long delay)
      Set the send delay.
      void setExcludes​(java.lang.String[] excludes)
      Set the excludes.
      void setFast​(boolean fast)
      Set the fast awareness flag.
      void setIncludes​(java.lang.String[] includes)
      Set the includes.
    • Method Detail

      • setDelay

        void setDelay​(long delay)
        Set the send delay.
        Parameters:
        delay - The delay.
      • setFast

        void setFast​(boolean fast)
        Set the fast awareness flag.
        Parameters:
        fast - The fast flag.
      • setIncludes

        void setIncludes​(java.lang.String[] includes)
        Set the includes.
        Parameters:
        includes - The includes.
      • setExcludes

        void setExcludes​(java.lang.String[] excludes)
        Set the excludes.
        Parameters:
        excludes - The excludes.
      • republish

        void republish()
        Republish the awareness info. Called when some important property has changed, e.g. platform addresses.