Spring for Apache Hadoop

org.springframework.data.hadoop.store.event
Interface StoreEventPublisher

All Known Implementing Classes:
DefaultStoreEventPublisher

public interface StoreEventPublisher

Interface for publishing store based application events.

Author:
Janne Valkealahti

Method Summary
 void publishEvent(AbstractStoreEvent event)
          Publish a general application event of type AbstractStoreEvent.
 

Method Detail

publishEvent

void publishEvent(AbstractStoreEvent event)
Publish a general application event of type AbstractStoreEvent.

Parameters:
event - the event

Spring for Apache Hadoop