Package csw.command.client.cbor
Interface MessageCodecs
- All Superinterfaces:
CommonCodecs,LocationCodecs,LocationCodecsBase,LoggingCodecs,MessageCodecsBase,ParamCodecs,ParamCodecsBase
- All Known Implementing Classes:
CommandAkkaSerializer
-
Nested Class Summary
Nested classes/interfaces inherited from interface csw.prefix.codecs.CommonCodecs
CommonCodecs.Timestamp, CommonCodecs.Timestamp$ -
Method Summary
Modifier and TypeMethodDescriptionio.bullet.borer.Codec<CommandSerializationMarker.RemoteMsg><T,PS extends PubSub<?>>
io.bullet.borer.Codec<PS>pubSubCodec(io.bullet.borer.Encoder<T> evidence$1, io.bullet.borer.Decoder<T> evidence$2) Methods inherited from interface csw.prefix.codecs.CommonCodecs
enumCodec, finiteDurationCodec, flatAdtEncoding, instantDec, instantEnc, prefixCodecMethods inherited from interface csw.location.api.codec.LocationCodecs
locationCodecMethods inherited from interface csw.location.api.codec.LocationCodecsBase
componentIdCodec, connectionCodec, connectionInfoCodec, locationCodecValue, metadataCodec, networkType, registrationCodec, trackingEventCodec, uriCodecMethods inherited from interface csw.logging.models.codecs.LoggingCodecs
explicitEnumCodec, levelCodec, logMetadataCodecMethods inherited from interface csw.command.client.cbor.MessageCodecsBase
actorRefCodec, componentCodec, componentInfoCodec, componentsCodec, cswSequencerMessageCodec, lifecycleStateChangedCodec, lockingResponseCodec, pubSubCodecValueMethods inherited from interface csw.params.core.formats.ParamCodecs
commandResponseCodec, coordCodecMethods inherited from interface csw.params.core.formats.ParamCodecsBase
angleCodec, arrayDataCodec, bytesDec, bytesEnc, characterDec, characterEnc, charDec, charEnc, choiceCodec, commandIssueCodecValue, commandNameCodec, commandResponseCodecValue, controlCommandCodec, coordCodecValue, currentStateCodecValue, eventCodec, eventNameCodec, idCodec, javaByteArrayDec, javaByteArrayEnc, matrixDataCodec, obsIdCodec, paramCodec, paramCoreCodec, paramDecExistential, paramEncExistential, properMotionCodec, resultCodec, sequenceCodec, sequenceCommandCodec, stateNameCodec, stateVariableCodecValue, tagCodec, taiTimeCodec, utcTimeCodec, waCodec
-
Method Details
-
messageRemoteMsgCodec
io.bullet.borer.Codec<CommandSerializationMarker.RemoteMsg> messageRemoteMsgCodec() -
pubSubCodec
<T,PS extends PubSub<?>> io.bullet.borer.Codec<PS> pubSubCodec(io.bullet.borer.Encoder<T> evidence$1, io.bullet.borer.Decoder<T> evidence$2)
-