com.eightkdata.mongowp.server.api.CommandImplementation Maven / Gradle / Ivy
package com.eightkdata.mongowp.server.api;
import com.eightkdata.mongowp.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