NBEvent ClassIBM Integration Bus
NBEvent is a base class which must be extended to be able to receive an event from the system.
Inheritance Hierarchy

OnlineSystem Object
  IBM.Broker.Plugin.Connector NBEvent
    IBM.Broker.Plugin.Connector NBByteArrayInputEvent

Namespace: IBM.Broker.Plugin.Connector
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public abstract class NBEvent
Remarks

The connector writer implements and constructs NBEvent objects, which are delivered to Integration Bus for processing by calling the DeliverEvents method on the writers NBEventInputConnector.

Integration Bus makes calls backs to the NBEvent object during the processing of the Event as follows:

The connector writer constructs NBEvent objects which are delivered to Integration Bus by calling the DeliverEvent or DeliverEvents methods. A default implementation, NBByteArrayInputEvent is provided to simplify the handling of byte arrays.

See Also