EspressoRemoteMessage

public interface EspressoRemoteMessage


Transforms an Espresso remote message from and to a proto message. TODO: Once this API is stable document on how and when these IFs need to be implemented

Summary

Nested types

public interface EspressoRemoteMessage.From<T, M>

Transforms a proto message of type M into a class of type T.

public interface EspressoRemoteMessage.To<M>

Transforms a class implementing this interface to a proto message.