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
|
boolean |
getLogEventSummaries() |
void |
setEventProcessors(List<EventProcessor> eventProcessors)
setEventProcessors
|
void |
setLogEventSummaries(boolean logEventSummaries) |
public DefaultEventHandlerImpl()
Constructor for DefaultEventHandlerImpl.
public DefaultEventHandlerImpl.EventHandlerRunnable createRunnable(Log eventLog)
createRunnable in interface EventHandlereventLog - events to be processedpublic void afterPropertiesSet()
throws IllegalStateException
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanIllegalStateException - if any.public List<EventProcessor> getEventProcessors()
getEventProcessors
List object.public void setEventProcessors(List<EventProcessor> eventProcessors)
setEventProcessors
eventProcessors - a List object.public boolean getLogEventSummaries()
public void setLogEventSummaries(boolean logEventSummaries)
Copyright © 2017. All rights reserved.