Interface ListenerRegistration
-
- All Superinterfaces:
AutoCloseable
public interface ListenerRegistration extends AutoCloseable
An Infinispan listener registration that unregisters onclose().- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-