摘要:
https://docs.spring.io/spring-data/redis/docs/current/api/org/springframework/data/redis/core/RedisTemplate.html#opsForStream() opsForStream public <H 阅读全文
posted @ 2025-04-26 23:08
kuki'
阅读(23)
评论(0)
推荐(0)
摘要:
Package org.springframework.data.redis.connection.stream Interface MapRecord<S,K,V> public interface MapRecord<S,K,V> S是stream, <K,V> 是固定的 extends Rec 阅读全文
posted @ 2025-04-26 22:42
kuki'
阅读(16)
评论(0)
推荐(0)
摘要:
@SuppressWarnings("unchecked") 是 Java 中的一个注解,用于在编译时抑制与未检查的类型转换相关的警告信息。 Annotation Type SuppressWarnings public @interface SuppressWarnings 表示应在被注解的元素( 阅读全文
posted @ 2025-04-26 16:26
kuki'
阅读(298)
评论(0)
推荐(0)
摘要:
send方法 public CompletableFuture<SendResult<K,V>> send(String topic, @Nullable V data) Description copied from interface: KafkaOperations 将数据发送到没有键或分区的 阅读全文
posted @ 2025-04-26 16:05
kuki'
阅读(99)
评论(0)
推荐(0)
摘要:
https://docs.spring.io/spring-kafka/api/org/springframework/kafka/core/KafkaTemplate.html class KafkaTemplate<K,V> public class KafkaTemplate<K,V> ext 阅读全文
posted @ 2025-04-26 15:55
kuki'
阅读(12)
评论(0)
推荐(0)

浙公网安备 33010602011771号