Class BroadcastConfiguration.AutoReconnect

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getEnabled()  
      void setEnabled​(boolean enabled)
      Enables or disables auto-reconnect functionality .
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEnabled

        public boolean getEnabled()
        Returns:
        If auto-reconnect is enabled. This defaults to `false`.
      • setEnabled

        public void setEnabled​(boolean enabled)
        Enables or disables auto-reconnect functionality .
        Parameters:
        enabled - If auto-reconnect should be enabled or not.