Uses of Class
com.sportradar.livedata.sdk.proto.dto.MessageBase
-
Packages that use MessageBase Package Description com.sportradar.livedata.sdk.proto.common com.sportradar.livedata.sdk.proto.dto -
-
Uses of MessageBase in com.sportradar.livedata.sdk.proto.common
Classes in com.sportradar.livedata.sdk.proto.common with type parameters of type MessageBase Modifier and Type Class Description class
JaxbMessageParser<T extends MessageBase>
AMessageParser
implementation which uses JAXB to un-marshal the messagesclass
JaxbMessageWriter<T extends MessageBase>
AMessageWriter
implementation which uses JAXB to marshal the messagesinterface
MessageParser<T extends MessageBase>
Represents a message parser used to parse received byte arrays into messages of specified typeclass
MessageParserBase<T extends MessageBase>
Represents a base class for message parsers.interface
MessageParserListener<T extends MessageBase>
A listener used to observeMessageParser
instance.interface
MessageWriter<T extends MessageBase>
Represents a writer capable of writing message data to byte array -
Uses of MessageBase in com.sportradar.livedata.sdk.proto.dto
Subclasses of MessageBase in com.sportradar.livedata.sdk.proto.dto Modifier and Type Class Description class
IncomingMessage
A base class for all entities(messages) send from the sportradar server to the SDKclass
OutgoingMessage
A base class for all entities(messages) send from the SDK to the sportradar server
-