Interface RiverCloseListener
public interface RiverCloseListener
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.
- Since:
- 5.1
- Author:
- Sanne Grinovero
-
Method Summary
-
Method Details
-
closeMarshaller
void closeMarshaller() -
closeUnmarshaller
void closeUnmarshaller()
-