Class PublishMessageResponseImpl
java.lang.Object
io.camunda.zeebe.client.impl.response.PublishMessageResponseImpl
- All Implemented Interfaces:
PublishMessageResponse
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the record key of the message that was published.
-
Constructor Details
-
PublishMessageResponseImpl
-
-
Method Details
-
getMessageKey
public long getMessageKey()Description copied from interface:PublishMessageResponseReturns the record key of the message that was published.- Specified by:
getMessageKeyin interfacePublishMessageResponse- Returns:
- record key of the message.
-