Previous Topic

Next Topic

Book Contents

Book Index

General History Eventing Producer

The General History Eventing Producer creates history entries to History Admin. This operation can be configured through History Configuration Admin to make the producer:

The General History Eventing Producer listens for the events from only those configurations, which group is exactly the one defined in com.prosyst.mbs.services.history.producer.EventingConfigurationConstants.GROUP, i.e. "mbs/history/eventing" from the examples below:

  /**

   * Represents the configuration group, which is used by the eventing producer.

   * By default the group is used as a namespace either.

   *

   * @see HistoryConfiguration#getGroup()

   */

  String GROUP           = "mbs/history/eventing";

For more information refer to the constant of EventingConfigurationConstants.GROUP from the API.

The examples below are different configurations, which you can try out:

See also