com.fasterxml.clustermate.client.operation.DeleteOperationResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clustermate-client Show documentation
Show all versions of clustermate-client Show documentation
Building blocks for client libraries that access
ClusterMate-based service.
package com.fasterxml.clustermate.client.operation;
public class DeleteOperationResult extends WriteOperationResult
{
public DeleteOperationResult(OperationConfig config) {
super(config);
}
}