|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.data.hadoop.store.event.DefaultStoreEventPublisher
public class DefaultStoreEventPublisher
The default strategy for publishing store events.
| Constructor Summary | |
|---|---|
DefaultStoreEventPublisher()
Constructs default strategy without an event publisher. |
|
DefaultStoreEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
Constructs default strategy with an event publisher. |
|
| Method Summary | |
|---|---|
void |
publishEvent(AbstractStoreEvent event)
Publish a general application event of type AbstractStoreEvent. |
void |
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultStoreEventPublisher()
public DefaultStoreEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
applicationEventPublisher - the event publisher| Method Detail |
|---|
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
setApplicationEventPublisher in interface org.springframework.context.ApplicationEventPublisherAwarepublic void publishEvent(AbstractStoreEvent event)
StoreEventPublisherAbstractStoreEvent.
publishEvent in interface StoreEventPublisherevent - the event
|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||