Class TransactionEventHandler

java.lang.Object
com.oracle.coherence.spring.event.liveevent.handler.EventHandler<E,T>
com.oracle.coherence.spring.event.liveevent.handler.ServiceEventHandler<com.tangosol.net.events.partition.TransactionEvent,com.tangosol.net.events.partition.TransactionEvent.Type>
com.oracle.coherence.spring.event.liveevent.handler.TransactionEventHandler
All Implemented Interfaces:
com.tangosol.net.events.EventDispatcherAwareInterceptor<com.tangosol.net.events.partition.TransactionEvent>, com.tangosol.net.events.EventInterceptor<com.tangosol.net.events.partition.TransactionEvent>

public class TransactionEventHandler extends ServiceEventHandler<com.tangosol.net.events.partition.TransactionEvent,com.tangosol.net.events.partition.TransactionEvent.Type>
Handler for TransactionEvents.
Since:
3.0
Author:
Gunnar Hillert
  • Constructor Details

    • TransactionEventHandler

      public TransactionEventHandler(MethodEventObserver<com.tangosol.net.events.partition.TransactionEvent> observer)