Interface ListenerRegistrar
-
- All Known Subinterfaces:
CacheListenerRegistrar<K,V>
- All Known Implementing Classes:
CacheEventListenerRegistrar,EventListenerRegistrar,PostActivateBlockingListener,PostPassivateBlockingListener,PrePassivateBlockingListener,PrePassivateNonBlockingListener
public interface ListenerRegistrarA registering Infinispan listener.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListenerRegistrationregister()Registers this listener for a Infinispan events.
-
-
-
Method Detail
-
register
ListenerRegistration register()
Registers this listener for a Infinispan events.- Returns:
- a listener registration
-
-