Module bus.pager

Interface Property


public interface Property
Paging configuration interface. Classes implementing this interface will have their setProperties(Properties) method called after initialization.
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the properties for the implementing class.
  • Method Details

    • setProperties

      void setProperties(Properties properties)
      Sets the properties for the implementing class.
      Parameters:
      properties - the plugin properties to be set