public final class DefaultEventHandlerImpl extends Object implements org.springframework.beans.factory.InitializingBean, EventHandler
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventHandlerImpl.EventHandlerRunnable |
Constructor and Description |
---|
DefaultEventHandlerImpl()
Constructor for DefaultEventHandlerImpl.
|
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
afterPropertiesSet
|
DefaultEventHandlerImpl.EventHandlerRunnable |
createRunnable(Log eventLog)
Create a Runnable to handle the passed-in event Log.
|
List<EventProcessor> |
getEventProcessors()
getEventProcessors
|
void |
setEventProcessors(List<EventProcessor> eventProcessors)
setEventProcessors
|
public DefaultEventHandlerImpl()
Constructor for DefaultEventHandlerImpl.
public DefaultEventHandlerImpl.EventHandlerRunnable createRunnable(Log eventLog)
createRunnable
in interface EventHandler
eventLog
- events to be processedpublic void afterPropertiesSet() throws IllegalStateException
afterPropertiesSet
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
IllegalStateException
- if any.public List<EventProcessor> getEventProcessors()
getEventProcessors
List
object.public void setEventProcessors(List<EventProcessor> eventProcessors)
setEventProcessors
eventProcessors
- a List
object.Copyright © 2015. All rights reserved.