Interface MessageCodecsBase

All Superinterfaces:
CommonCodecs, LocationCodecs, LocationCodecsBase, LoggingCodecs, ParamCodecs, ParamCodecsBase
All Known Subinterfaces:
MessageCodecs
All Known Implementing Classes:
CommandAkkaSerializer

public interface MessageCodecsBase extends ParamCodecs, LoggingCodecs, LocationCodecs
  • Method Details

    • actorRefCodec

      <T> io.bullet.borer.Codec<akka.actor.typed.ActorRef<T>> actorRefCodec()
    • componentCodec

      io.bullet.borer.Codec<Component> componentCodec()
    • componentInfoCodec

      io.bullet.borer.Codec<ComponentInfo> componentInfoCodec()
    • componentsCodec

      io.bullet.borer.Codec<Components> componentsCodec()
    • cswSequencerMessageCodec

      io.bullet.borer.Codec<CswSequencerMessage> cswSequencerMessageCodec()
    • lifecycleStateChangedCodec

      io.bullet.borer.Codec<LifecycleStateChanged> lifecycleStateChangedCodec()
    • lockingResponseCodec

      io.bullet.borer.Codec<LockingResponse> lockingResponseCodec()
    • pubSubCodecValue

      <T> io.bullet.borer.Codec<PubSub<T>> pubSubCodecValue(io.bullet.borer.Encoder<T> evidence$3, io.bullet.borer.Decoder<T> evidence$4)