Package org.apache.pulsar.websocket.data
Class ProducerAck
java.lang.Object
org.apache.pulsar.websocket.data.ProducerAck
Represent result of publishing a single message.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProducerAck(String messageId, String context) ProducerAck(WebSocketError error, String errorMsg, String messageId, String context) -
Method Summary
-
Field Details
-
result
-
errorMsg
-
messageId
-
context
-
errorCode
public int errorCode -
schemaVersion
public long schemaVersion
-
-
Constructor Details
-
ProducerAck
-
ProducerAck
-