org.infinispan.server.hotrod.CacheDecodeContext to org.infinispan.server.hotrod.HotRodHeader
No. of Instances - 47
No. of Commits - 1
No. of Projects - {'infinispan'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
- (result,throwable) -> {
if (throwable != null) {
writeException(header,throwable);
}
else {
writeResponse(header,header.encoder().emptyResponse(header,server,channel.alloc(),OperationStatus.Success));
}
}
to (result,throwable) -> {
if (throwable != null) {
writeException(header,throwable);
}
else {
writeResponse(header,header.encoder().emptyResponse(header,server,channel.alloc(),OperationStatus.Success));
}
}