Modifier and Type | Method and Description |
---|---|
com.broadleafcommerce.common.messaging.notification.MessageFactory<ChangeEvent> |
ChangeSummaryNotificationAutoConfiguration.changeSummaryMessageFactory(DomainMapperManager manager,
com.broadleafcommerce.common.extension.TypeFactory typeFactory,
com.broadleafcommerce.common.messaging.notification.MessageFactory<SingleIndexRequest<Identifiable>> messageFactory,
TrackableBehaviorUtil util) |
Modifier and Type | Method and Description |
---|---|
SingleIndexRequest<Identifiable> |
SingleIndexRequestMessageBuilder.build(Indexable entity)
Build a
SingleIndexRequest for the given entity. |
org.springframework.messaging.Message<SingleIndexRequest<Identifiable>> |
SingleIndexRequestMessageFactory.createMessage(@NonNull Object entity) |
Modifier and Type | Method and Description |
---|---|
com.broadleafcommerce.common.messaging.notification.MessageFactory<SingleIndexRequest<Identifiable>> |
SingleIndexRequestNotificationAutoConfiguration.singleIndexRequestMessageFactory(List<SingleIndexRequestMessageBuilder> singleIndexRequestMessageBuilders,
com.broadleafcommerce.common.extension.data.DataRouteReference reference) |
Modifier and Type | Method and Description |
---|---|
com.broadleafcommerce.common.messaging.notification.NotificationHandler |
SingleIndexRequestNotificationAutoConfiguration.singleIndexRequestNotificationHandler(SingleIndexRequestProducer singleIndexRequestProducer,
SingleIndexRequestNotificationProperties properties,
List<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories,
com.broadleafcommerce.common.messaging.notification.MessageFactory<SingleIndexRequest<Identifiable>> messageFactory,
com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper) |
Modifier and Type | Class and Description |
---|---|
class |
SingleIndexRequest<T extends Identifiable>
For entities that are
Indexable , this is the message payload that will be sent to request
indexing on an entity. |
Modifier and Type | Method and Description |
---|---|
void |
SingleIndexRequestNotificationStateMapperMember.setSingleIndexRequestMessageFactory(com.broadleafcommerce.common.messaging.notification.MessageFactory<SingleIndexRequest<Identifiable>> singleIndexRequestMessageFactory) |
Modifier and Type | Method and Description |
---|---|
<P> List<P> |
MappableCrudEntityHelper.replaceAll(List<Update<P>> replacements,
org.springframework.data.repository.CrudRepository<Identifiable,String> repository) |
<P> BulkPersistenceResponse<P> |
MappableCrudEntityHelper.replaceAllAllowingPartialSuccess(List<Update<P>> replacements,
org.springframework.data.repository.CrudRepository<Identifiable,String> repository) |
void |
CrudEntityHelper.setSingleIndexRequestMessageFactory(com.broadleafcommerce.common.messaging.notification.MessageFactory<SingleIndexRequest<Identifiable>> singleIndexRequestMessageFactory) |
<P> List<P> |
MappableCrudEntityHelper.updateAll(List<Update<P>> updates,
org.springframework.data.repository.CrudRepository<Identifiable,String> repository) |
<P> BulkPersistenceResponse<P> |
MappableCrudEntityHelper.updateAllAllowingPartialSuccess(List<Update<P>> updates,
org.springframework.data.repository.CrudRepository<Identifiable,String> repository) |
Copyright © 2021. All rights reserved.