
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 super Arg, ? super Result> command, CommandRequest req) throws MongoException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy