Package org.infinispan.protostream
Interface Message
-
@Deprecated public interface Message
Deprecated.this mechanism was replaced byUnknownFieldSetHandler
interface. This will be removed in 5.xAn evolvable message, with support for preserving unknown fields that result from schema evolution. This is an optional interface to be implemented by message types. Implementing it is only required if support for preserving unknown fields is desired.- Since:
- 1.0
- Author:
- [email protected]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UnknownFieldSet
getUnknownFieldSet()
Deprecated.void
setUnknownFieldSet(UnknownFieldSet unknownFieldSet)
Deprecated.
-
-
-
Method Detail
-
getUnknownFieldSet
UnknownFieldSet getUnknownFieldSet()
Deprecated.
-
setUnknownFieldSet
void setUnknownFieldSet(UnknownFieldSet unknownFieldSet)
Deprecated.
-
-