Interface BazaarContext

  • All Known Implementing Classes:
    BazaarContextImpl

    public interface BazaarContext
    Provides the necessary parameters, the Vendor of a Bazaar might request. Parameters are provided in a Map from their key to their value. Those parameters can be adapted to other ones by BazaarContextFunctions
    • Method Detail

      • getContextMap

        java.util.Map<java.lang.String,​java.lang.Object> getContextMap()
        Returns a map containing the parameters available for Vendors on a Bazaar. The key is either an id or the full class name. the value is the parameter which will be provided to Vendors
        Returns:
        A Map containing the parameters for Vendor from (key|full class name) to the object as value.