Package

eu.shiftforward.adstax

productfeeder

Permalink

package productfeeder

Visibility
  1. Public
  2. All

Type Members

  1. trait ProductFeederClient extends AnyRef

    Permalink

    Interface for clients capable of interacting with the product feeder, by fetching, updating or deleting products.

  2. case class ProductItem(id: String, attributes: Map[String, Any], lastUpdated: DateTime = DateTime.now()) extends Product with Serializable

    Permalink

    Represents a product.

    Represents a product.

    id

    its unique id

    attributes

    a map of attributes

    lastUpdated

    a timestamp for when this product was last updated

Value Members

  1. object ProductItem extends Serializable

    Permalink
  2. package rpc

    Permalink

Ungrouped