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, prefixCodec
Methods inherited from interface csw.location.api.codec.LocationCodecs
locationCodec
Methods inherited from interface csw.location.api.codec.LocationCodecsBase
componentIdCodec, connectionCodec, connectionInfoCodec, locationCodecValue, metadataCodec, networkType, registrationCodec, trackingEventCodec, uriCodec
Methods inherited from interface csw.logging.models.codecs.LoggingCodecs
explicitEnumCodec, levelCodec, logMetadataCodec
Methods inherited from interface csw.command.client.cbor.MessageCodecsBase
actorRefCodec, componentCodec, componentInfoCodec, componentsCodec, cswSequencerMessageCodec, lifecycleStateChangedCodec, lockingResponseCodec, pubSubCodecValue
Methods inherited from interface csw.params.core.formats.ParamCodecs
commandResponseCodec, coordCodec
Methods 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)
-