
org.infinispan.client.hotrod.impl.operations.PutStreamResponse Maven / Gradle / Ivy
package org.infinispan.client.hotrod.impl.operations;
import io.netty.channel.Channel;
public record PutStreamResponse(int id, Channel channel) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy