org.axonframework.eventhandling
Interface EventListenerProxy

All Superinterfaces:
EventListener
All Known Subinterfaces:
SagaManager
All Known Implementing Classes:
AbstractReplayAwareSagaManager, AbstractSagaManager, AnnotatedSagaManager, AnnotationEventListenerAdapter, AsyncAnnotatedSagaManager, SimpleSagaManager

public interface EventListenerProxy
extends EventListener

Specialist interface for implementations of an event listener that redirect actual processing to another instance.

Since:
0.6
Author:
Allard Buijze

Method Summary
 Class<?> getTargetType()
          Returns the instance type that this proxy delegates all event handling to.
 
Methods inherited from interface org.axonframework.eventhandling.EventListener
handle
 

Method Detail

getTargetType

Class<?> getTargetType()
Returns the instance type that this proxy delegates all event handling to.

Returns:
the instance type that this proxy delegates all event handling to


Copyright © 2010-2016. All Rights Reserved.