Uses of Class
com.sportradar.livedata.sdk.proto.dto.MessageBase
Packages that use MessageBase
- 
Uses of MessageBase in com.sportradar.livedata.sdk.proto.commonClasses in com.sportradar.livedata.sdk.proto.common with type parameters of type MessageBaseModifier and TypeClassDescriptionclassJaxbMessageParser<T extends MessageBase>AMessageParserimplementation which uses JAXB to un-marshal the messagesclassJaxbMessageWriter<T extends MessageBase>AMessageWriterimplementation which uses JAXB to marshal the messagesinterfaceMessageParser<T extends MessageBase>Represents a message parser used to parse received byte arrays into messages of specified typeclassMessageParserBase<T extends MessageBase>Represents a base class for message parsers.interfaceMessageParserListener<T extends MessageBase>A listener used to observeMessageParserinstance.interfaceMessageWriter<T extends MessageBase>Represents a writer capable of writing message data to byte array
- 
Uses of MessageBase in com.sportradar.livedata.sdk.proto.dtoSubclasses of MessageBase in com.sportradar.livedata.sdk.proto.dtoModifier and TypeClassDescriptionclassA base class for all entities(messages) send from the sportradar server to the SDKclassA base class for all entities(messages) send from the SDK to the sportradar server