All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.server.hotrod.streaming.GetStreamResponse Maven / Gradle / Ivy

package org.infinispan.server.hotrod.streaming;

import io.netty.buffer.ByteBuf;

public record GetStreamResponse(int id, ByteBuf value, boolean complete) { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy