Package org.infinispan.protostream
Interface Message
-
@Deprecated public interface Message
Deprecated.this mechanism was replaced byUnknownFieldSetHandlerinterface. 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:
- anistor@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UnknownFieldSetgetUnknownFieldSet()Deprecated.voidsetUnknownFieldSet(UnknownFieldSet unknownFieldSet)Deprecated.
-
-
-
Method Detail
-
getUnknownFieldSet
UnknownFieldSet getUnknownFieldSet()
Deprecated.
-
setUnknownFieldSet
void setUnknownFieldSet(UnknownFieldSet unknownFieldSet)
Deprecated.
-
-