K - Type of key.V - Type of value.@NotThreadSafe public static final class StreamEventDecoder.DecodeResult<K,V> extends Object
| Constructor and Description |
|---|
StreamEventDecoder.DecodeResult() |
public K getKey()
public StreamEventDecoder.DecodeResult<K,V> setKey(K key)
public V getValue()
public StreamEventDecoder.DecodeResult<K,V> setValue(V value)
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.