commitHandler

Top  Previous  Next

This element contains a reference a class that is notified of commits that occur on the Web3 front-end server. The class name is specified as {fully qualified class name}, {container assembly name} and the assembly must be accessible to both the Web3 web service and to the Web3 Jobs Service.

 

This element is optional and repeatable. Each commitHandler element references a single class that will be loaded by the commit handler notification system.

 

The Web3 Platform provides the following commit handler implementations:

 

Commit Handler Reference

Description

NetworkedPlanet.Web3.Platform.ServiceCommon.MsmqCommitHandler, NetworkedPlanet.Web3.Platform.ServiceCommon

Serializes a commit message to one or more Microsoft Message Queue queues. This handler is further configured by adding a commitQueues element under the server element.

 

This element is a child of the topicMapService element and has only TEXT content.