Class SyncConfiguration


  • public final class SyncConfiguration
    extends Object
    Properties representing the configuration of an app client that communicate with a particular MongoDB Stitch application.
    • Method Detail

      • getConflictHandler

        public ConflictHandler<?> getConflictHandler()
        Gets the ConflictHandler for the SyncConfiguration
        Returns:
        the ConflictHandler for the SyncConfiguration.
      • getChangeEventListener

        public ChangeEventListener<?> getChangeEventListener()
        Gets the ChangeEventListener for the SyncConfiguration
        Returns:
        the ChangeEventListener for the SyncConfiguration.
      • getExceptionListener

        public ExceptionListener getExceptionListener()
        Gets the ExceptionListener for the SyncConfiguration
        Returns:
        the ExceptionListener for the SyncConfiguration.
      • getSyncFrequency

        public SyncFrequency getSyncFrequency()
        Gets the SyncFrequency for the SyncConfiguration
        Returns:
        the SyncFrequency for the SyncConfiguration.
      • getCodec

        public Codec<?> getCodec()
        Gets the Codec for the SyncConfiguration
        Returns:
        the Codec for the SyncConfiguration.
      • builder

        public SyncConfiguration.Builder builder()
        Gets the builder form of this configuration.
        Returns:
        the builder form of this configuration.