APIs

Show:

Constructor

PublishResponse

(
  • options
)

Parameters:

  • options Object
    • [responseHeader] ResponseHeader optional
    • [subscriptionId] IntegerId optional
    • [availableSequenceNumbers] Counter optional

      a list of sequence number available in the subscription for retransmission and not acknowledged by the client

    • [moreNotifications] Boolean optional

      indicates if the server was not able to send all available notification in this publish response

    • [notificationMessage] NotificationMessage optional
    • [results] StatusCode[] optional
    • [diagnosticInfos] DiagnosticInfo[] optional

Methods

binaryStoreSize

() Number

Calculate the required size to store this object in a binary stream.

Returns:

Number:

decode

(
  • stream
  • [option]
)

decode the object from a binary stream

Parameters:

encode

(
  • stream
)

encode the object into a binary stream

Parameters:

isValid

() Boolean

verify that all object attributes values are valid according to schema

Returns:

Boolean:

toString

() String

Returns:

String:

Properties

availableSequenceNumbers

Counter

a list of sequence number available in the subscription for retransmission and not acknowledged by the client

moreNotifications

Boolean

indicates if the server was not able to send all available notification in this publish response