NBByteArrayInputEvent ClassIBM Integration Bus
NBByteArrayInputEvent provides a default class to handle byte array based events.
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 class NBByteArrayInputEvent : NBEvent
Remarks

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