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

org.infinispan.scripting.impl.EnvironmentAware Maven / Gradle / Ivy

There is a newer version: 15.1.0.Dev03
Show newest version
package org.infinispan.scripting.impl;

import org.infinispan.commons.marshall.Marshaller;
import org.infinispan.manager.EmbeddedCacheManager;

/**
 * EnvironmentAware.
 *
 * @author Tristan Tarrant
 * @since 7.2
 */
public interface EnvironmentAware {
   void setEnvironment(EmbeddedCacheManager cacheManager, Marshaller marshaller);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy