Interface ApplicationAware

All Superinterfaces:
ApplicationAware

@Deprecated public interface ApplicationAware extends ApplicationAware
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     
    default void
    Deprecated.
    Applies the map of application properties in the implementing class.
  • Method Details

    • setApplication

      void setApplication(Map<String,Object> application)
      Deprecated.
    • withApplication

      default void withApplication(Map<String,Object> application)
      Deprecated.
      Description copied from interface: ApplicationAware
      Applies the map of application properties in the implementing class.
      Specified by:
      withApplication in interface ApplicationAware
      Parameters:
      application - a Map of application properties.