Interface Subscriber.BinaryElement<V>
- Type Parameters:
V
- the type of the element value
- All Superinterfaces:
Subscriber.Element<V>
- Enclosing interface:
Subscriber<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 Summary
Methods inherited from interface com.tangosol.net.topic.Subscriber.Element
commit, commitAsync, getBinaryValue, getChannel, getPosition, getTimestamp, getValue
-
Method Details
-
getRawBinary
-