Interface Subscriber.BinaryElement<V>

Type Parameters:
V - the type of the element value
All Superinterfaces:
Subscriber.Element<V>
Enclosing interface:
Subscriber<V>

public static interface Subscriber.BinaryElement<V> extends Subscriber.Element<V>
A subscriber Subscriber.Element that allows access to the raw binary.
Since:
Coherence 14.1.1
Author:
jf/jk/mf 2015.06.03
  • Method Details

    • getRawBinary

      Binary getRawBinary()
      Obtain the raw binary value received.
      Returns:
      the raw binary value received.