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

com.logicbus.kvalue.context.InnerContext Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.logicbus.kvalue.context;

import com.anysoft.context.Inner;
import com.logicbus.kvalue.core.Schema;
import com.logicbus.redis.kvalue.RedisSchema;

/**
 * Source文件内置Context
 * 
 * @author duanyy
 * 
 * @since 1.0.0.1
 */
public class InnerContext extends Inner {

	
	public String getObjectName() {
		return "schema";
	}

	
	public String getDefaultClass() {
		return RedisSchema.class.getName();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy