Class EventObserverSupport


  • public final class EventObserverSupport
    extends java.lang.Object
    Manages registration of observer methods with InterceptorRegistry upon ConfigurableCacheFactory activation, and their subsequent un-registration on deactivation.
    Since:
    1.0
    Author:
    Jonathan Knight
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <E extends com.tangosol.net.events.Event<T>,​T extends java.lang.Enum<T>>
      io.micronaut.coherence.event.EventObserverSupport.EventHandler<E,​T>
      createObserver​(java.lang.Class<E> type, io.micronaut.coherence.event.ExecutableMethodEventObserver<E,​?,​?> observer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createObserver

        public static <E extends com.tangosol.net.events.Event<T>,​T extends java.lang.Enum<T>> io.micronaut.coherence.event.EventObserverSupport.EventHandler<E,​T> createObserver​(java.lang.Class<E> type,
                                                                                                                                                                                              io.micronaut.coherence.event.ExecutableMethodEventObserver<E,​?,​?> observer)