Interface LocationCodecsBase

All Superinterfaces:
CommonCodecs
All Known Subinterfaces:
FrameworkCodecs, LocationCodecs, LocationServiceCodecs, MessageCodecs, MessageCodecsBase
All Known Implementing Classes:
CommandAkkaSerializer, LocationAkkaSerializer, LocationCodecs$, LocationServiceClient, LocationServiceCodecs$

public interface LocationCodecsBase extends CommonCodecs
  • Method Details

    • componentIdCodec

      io.bullet.borer.Codec<ComponentId> componentIdCodec()
    • connectionCodec

      <C extends Connection> io.bullet.borer.Codec<C> connectionCodec()
    • connectionInfoCodec

      io.bullet.borer.Codec<ConnectionInfo> connectionInfoCodec()
    • locationCodecValue

      io.bullet.borer.Codec<Location> locationCodecValue()
    • metadataCodec

      io.bullet.borer.Codec<Metadata> metadataCodec()
    • networkType

      io.bullet.borer.Codec<NetworkType> networkType()
    • registrationCodec

      io.bullet.borer.Codec<Registration> registrationCodec()
    • trackingEventCodec

      io.bullet.borer.Codec<TrackingEvent> trackingEventCodec()
    • uriCodec

      io.bullet.borer.Codec<URI> uriCodec()