NBByteArrayInputEvent provides a default class to handle byte array based events.
System Object IBM.Broker.Plugin.Connector NBEvent IBM.Broker.Plugin.Connector NBByteArrayInputEventNamespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public class NBByteArrayInputEvent : NBEvent
public class NBByteArrayInputEvent : NBEvent
Public Class NBByteArrayInputEvent
Inherits NBEvent
Public Class NBByteArrayInputEvent
Inherits NBEvent
public ref class NBByteArrayInputEvent : public NBEvent
public ref class NBByteArrayInputEvent : public NBEvent
type NBByteArrayInputEvent =
class
inherit NBEvent
end
type NBByteArrayInputEvent =
class
inherit NBEvent
end
This class provides default handling of byte array events. You need only override methods where the default behaviour needs changing.