public abstract class AbstractCosmosEventListener<E> extends Object implements org.springframework.context.ApplicationListener<CosmosMappingEvent<?>>
| Constructor and Description |
|---|
AbstractCosmosEventListener()
Creates a new
AbstractCosmosEventListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterLoad(AfterLoadEvent<E> event)
Captures
AfterLoadEvent. |
void |
onApplicationEvent(CosmosMappingEvent<?> event) |
public AbstractCosmosEventListener()
AbstractCosmosEventListener.public void onApplicationEvent(CosmosMappingEvent<?> event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<CosmosMappingEvent<?>>public void onAfterLoad(AfterLoadEvent<E> event)
AfterLoadEvent.event - will never be null.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.