Interface LocationCodecs

    • Method Detail

      • connectionTypeCodec

        io.bullet.borer.Codec<ConnectionType> connectionTypeCodec()
      • componentTypeCodec

        io.bullet.borer.Codec<ComponentType> componentTypeCodec()
      • componentIdCodec

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

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

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

        io.bullet.borer.Codec<java.net.URI> uriCodec()
      • locationCodec

        io.bullet.borer.Codec<Location> locationCodec()
      • akkaLocationCodec

        io.bullet.borer.Codec<AkkaLocation> akkaLocationCodec()
      • httpLocationCodec

        io.bullet.borer.Codec<HttpLocation> httpLocationCodec()
      • tcpLocationCodec

        io.bullet.borer.Codec<TcpLocation> tcpLocationCodec()
      • registrationCodec

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

        io.bullet.borer.Codec<AkkaRegistration> akkaRegistrationCodec()
      • tcpRegistrationCodec

        io.bullet.borer.Codec<TcpRegistration> tcpRegistrationCodec()
      • httpRegistrationCodec

        io.bullet.borer.Codec<HttpRegistration> httpRegistrationCodec()
      • trackingEventCodec

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

        io.bullet.borer.Codec<LocationUpdated> locationUpdatedCodec()
      • locationRemovedCodec

        io.bullet.borer.Codec<LocationRemoved> locationRemovedCodec()