Class ObserverSpecification

    • Constructor Detail

      • ObserverSpecification

        public ObserverSpecification​(String className)
        Deprecated.
        Parameters:
        className - The name of a class that implements Observer
      • ObserverSpecification

        public ObserverSpecification​(String className,
                                     SimpleConfiguration observerConfig)
        Deprecated.
        Parameters:
        className - The name of a class that implements Observer
        observerConfig - Per observer configuration that's specific to this observer. For configuration that's the same across multiple observers, consider using FluoConfiguration.getAppConfiguration()
      • ObserverSpecification

        public ObserverSpecification​(String className,
                                     Map<String,​String> observerConfig)
        Deprecated.
        Parameters:
        className - The name of a class that implements Observer
        observerConfig - Per observer configuration that's specific to this observer. For configuration that's the same across multiple observers, consider using FluoConfiguration.getAppConfiguration()
    • Method Detail

      • getClassName

        public String getClassName()
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object