Interface BinaryEvent

All Superinterfaces:
DataEvent

public interface BinaryEvent extends DataEvent

Provides information about a BINARY message.

The BinaryEvent is provided in an onBinaryUpdate callback to a SubscriptionListener.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the complete BINARY object (patches applied) as created by the user defined BinaryHandler (specified in the configuration).

    Methods inherited from interface com.caplin.streamlink.DataEvent

    getSubject, isImage
  • Method Details

    • getBinary

      Object getBinary()

      Returns the complete BINARY object (patches applied) as created by the user defined BinaryHandler (specified in the configuration).

      Returns:
      the BINARY object (the type of this object is platform specific and depends on the BinaryHandler configured).