| Package | Description |
|---|---|
| org.springframework.data.keyvalue.core | |
| org.springframework.data.keyvalue.core.event |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValueTemplate.setEventTypesToPublish(Set<Class<? extends KeyValueEvent>> eventTypesToPublish)
Define the event types to publish via
ApplicationEventPublisher. |
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValueEvent.AfterDeleteEvent<T>
KeyValueEvent after removing an object by with a given key. |
static class |
KeyValueEvent.AfterDropKeySpaceEvent<T>
KeyValueEvent after removing all elements in a given keySpace. |
static class |
KeyValueEvent.AfterGetEvent<T>
KeyValueEvent after loading an object by its key. |
static class |
KeyValueEvent.AfterInsertEvent<T>
KeyValueEvent after inserting an object by with a given key. |
static class |
KeyValueEvent.AfterUpdateEvent<T>
KeyValueEvent after updating an object by with a given key. |
static class |
KeyValueEvent.BeforeDeleteEvent<T>
KeyValueEvent before removing an object by with a given key. |
static class |
KeyValueEvent.BeforeDropKeySpaceEvent<T>
KeyValueEvent before removing all elements in a given keySpace. |
static class |
KeyValueEvent.BeforeGetEvent<T>
KeyValueEvent raised before loading an object by its key. |
static class |
KeyValueEvent.BeforeInsertEvent<T>
KeyValueEvent before inserting an object by with a given key. |
static class |
KeyValueEvent.BeforeUpdateEvent<T>
KeyValueEvent before updating an object by with a given key. |
Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.