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

com.eightkdata.mongowp.mongoserver.api.safe.CommandImplementation Maven / Gradle / Ivy

The newest version!
package com.eightkdata.mongowp.mongoserver.api.safe;

import com.eightkdata.mongowp.mongoserver.protocol.exceptions.MongoException;
import javax.annotation.Nonnull;

/**
 *
 */
public interface CommandImplementation {

    @Nonnull
    public CommandResult apply(Command command, CommandRequest req) throws MongoException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy