Interface BroadcastStateDeclaration<K,​V>

    • Method Detail

      • getKeyTypeDescriptor

        TypeDescriptor<K> getKeyTypeDescriptor()
        Get type descriptor of this broadcast state's key.
      • getValueTypeDescriptor

        TypeDescriptor<V> getValueTypeDescriptor()
        Get type descriptor of this broadcast state's value.