Uses of Class
io.smallrye.reactive.messaging.kafka.reply.CorrelationId
Packages that use CorrelationId
-
Uses of CorrelationId in io.smallrye.reactive.messaging.kafka.reply
Subclasses of CorrelationId in io.smallrye.reactive.messaging.kafka.replyMethods in io.smallrye.reactive.messaging.kafka.reply that return CorrelationIdModifier and TypeMethodDescriptionBytesCorrelationIdHandler.generate(org.eclipse.microprofile.reactive.messaging.Message<?> request) CorrelationIdHandler.generate(org.eclipse.microprofile.reactive.messaging.Message<?> request) Generates a correlation ID for the given request message.UUIDCorrelationIdHandler.generate(org.eclipse.microprofile.reactive.messaging.Message<?> request) BytesCorrelationIdHandler.parse(byte[] bytes) CorrelationIdHandler.parse(byte[] bytes) Parses a correlation ID from the given byte array.UUIDCorrelationIdHandler.parse(byte[] bytes) Methods in io.smallrye.reactive.messaging.kafka.reply that return types with arguments of type CorrelationIdModifier and TypeMethodDescriptionKafkaRequestReply.getPendingReplies()Retrieves the pending replies for each topic.KafkaRequestReplyImpl.getPendingReplies()