NBByteArrayInputRecord ClassIBM Integration Bus
NBByteArrayInputRecord provides a default class to handle input records for polling results and events.
Inheritance Hierarchy

OnlineSystem Object
  IBM.Broker.Plugin.Connector NBInputRecord
    IBM.Broker.Plugin.Connector NBByteArrayInputRecord

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

public class NBByteArrayInputRecord : NBInputRecord
Remarks

This class provides default handling of byte array records. You need only override methods where the default behaviour needs changing.

A record represents a single message to be sent down a message flow.

See Also