Class Record<K,​V>

java.lang.Object
com.fluxtion.ext.streaming.api.records.Record<K,​V>
Type Parameters:
K - the key type
V - the value type

public class Record<K,​V>
extends java.lang.Object
Author:
V12 Technology Ltd.
  • Constructor Summary

    Constructors 
    Constructor Description
    Record()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details