IBM.Broker.Plugin.Connector NamespaceIBM Integration Bus
This namespace provides the classes for creating a .NET Connectors for .NET Input nodes.
Classes

  ClassDescription
Public classNBByteArrayInputEvent
NBByteArrayInputEvent provides a default class to handle byte array based events.
Public classNBByteArrayInputRecord
NBByteArrayInputRecord provides a default class to handle input records for polling results and events.
Public classNBByteArrayPollingResult
NBByteArrayPollingResult provides a default class to handle byte array based polling results.
Public classNBConnector
An abstract base class that represents a connector.
Public classNBConnectorFactory
NBConnectorFactory is an abstract base class for connector factories.
Public classNBElementInputRecord
NBElementInputRecord provides a default class to handle input records for polling results and events.
Public classNBEvent
NBEvent is a base class which must be extended to be able to receive an event from the system.
Public classNBEventInputConnector
NBEventInputConnector is the base class which must be extended to implement a connector which can receive events from the system.
Public classNBInputConnector
NBInputConnector is an abstract base class which should not be extended by the user, but is extended by the system.
Public classNBInputRecord
NBInputRecord is an abstract base class for records returned from NBEvent.BuildInputRecord or NBPollingResult.BuildInputRecord.
Public classNBPollingInputConnector
NBPollingInputConnector is the base class which must be extended to implement a connector which can receive data from the system.
Public classNBPollingResult
NBPollingResult is the base class for a polling result from the system.
Public classNBTimeoutPollingResult
NBTimeoutPollingResult is a class which is used to indicate the ReadData method has no data to return.
Enumerations

  EnumerationDescription
Public enumerationDataValidation
Defines the allowable return values from NBInputRecord.ValidateData.