ISupportMessage Interface

This interface defines the requirements for processing queued messages.

Namespace:  Scribe.Core.ConnectorApi

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public   interface   ISupportMessage

The ISupportMessage type exposes the following members.

Methods

 

Name

Destination

Public method

ProcessMessage

This method will allow a Connector to process a message, returning one or more DataEntity objects.

See

Scribe.Core.ConnectorApi Namespace