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

org.infinispan.client.hotrod.impl.operations.GetStreamStartResponse Maven / Gradle / Ivy

There is a newer version: 9.3.1.Final
Show newest version
package org.infinispan.client.hotrod.impl.operations;

import org.infinispan.client.hotrod.VersionedMetadata;

import io.netty.buffer.ByteBuf;
import io.netty.channel.Channel;

public record GetStreamStartResponse(int id, boolean complete, ByteBuf value, VersionedMetadata metadata, Channel channel) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy