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

org.infinispan.commons.marshall.jboss.RiverCloseListener Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.commons.marshall.jboss;

/**
 * RiverCloseListener is used by Infinispan's extension of River Marshaller and Unmarshaller
 * so that pools can be notified of instances not being in use anymore.
 * 
 * @author Sanne Grinovero
 * @since 5.1
 */
public interface RiverCloseListener {

   void closeMarshaller();

   void closeUnmarshaller();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy