Class PublishMessageResponseImpl
- java.lang.Object
-
- io.camunda.zeebe.client.impl.response.PublishMessageResponseImpl
-
- All Implemented Interfaces:
PublishMessageResponse
public final class PublishMessageResponseImpl extends Object implements PublishMessageResponse
-
-
Constructor Summary
Constructors Constructor Description PublishMessageResponseImpl(GatewayOuterClass.PublishMessageResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetMessageKey()Returns the record key of the message that was published.
-
-
-
Constructor Detail
-
PublishMessageResponseImpl
public PublishMessageResponseImpl(GatewayOuterClass.PublishMessageResponse response)
-
-
Method Detail
-
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.
-
-