Class BytesCorrelationId
java.lang.Object
io.smallrye.reactive.messaging.kafka.reply.CorrelationId
io.smallrye.reactive.messaging.kafka.reply.BytesCorrelationId
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BytesCorrelationId
public BytesCorrelationId(byte[] bytes)
-
-
Method Details
-
toBytes
public byte[] toBytes()Description copied from class:CorrelationIdConverts the object to a byte array representation.- Specified by:
toBytesin classCorrelationId- Returns:
- the byte array representation
-
hashCode
public int hashCode()- Specified by:
hashCodein classCorrelationId
-
equals
- Specified by:
equalsin classCorrelationId
-
toString
-