Interface Record<T>
public interface Record<T>
Record defines an object that is known as the data or the payload of the record and it's associated metadata.
A record can be message to be sent or simply an object that can be serialized and deserialized.
- Author:
- Fabian Martinez
-
Method Summary