Interface LoggingCodecs

All Known Subinterfaces:
MessageCodecs, MessageCodecsBase
All Known Implementing Classes:
CommandAkkaSerializer, LoggingCodecs$

public interface LoggingCodecs
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends enumeratum.EnumEntry>
    io.bullet.borer.Codec<T>
    explicitEnumCodec(enumeratum.Enum<T> evidence$1)
     
    io.bullet.borer.Codec<Level>
     
    io.bullet.borer.Codec<LogMetadata>
     
  • Method Details

    • explicitEnumCodec

      <T extends enumeratum.EnumEntry> io.bullet.borer.Codec<T> explicitEnumCodec(enumeratum.Enum<T> evidence$1)
    • levelCodec

      io.bullet.borer.Codec<Level> levelCodec()
    • logMetadataCodec

      io.bullet.borer.Codec<LogMetadata> logMetadataCodec()