public class ProduceFailedException
extends io.axual.common.exception.ClientException
| Constructor and Description |
|---|
ProduceFailedException(java.lang.Object key,
java.lang.Object value,
long produceTime,
java.lang.Exception originalException)
Creates a new ProduceFailedException
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getKey() |
java.lang.Object |
getValue() |
public ProduceFailedException(java.lang.Object key,
java.lang.Object value,
long produceTime,
java.lang.Exception originalException)
key - the key of the produced messagevalue - the value of the produced messageproduceTime - the produce timeoriginalException - the original exceptionCopyright © 2020–2021 Axual B.V.. All rights reserved.