Package com.broadleafcommerce.dataexchange.service
@NonNullApi
package com.broadleafcommerce.dataexchange.service
- Author:
- Kelly Tisdell (ktisdell)
-
ClassDescriptionAbstractDataExchangeService<T extends ExchangeObject>Abstract base implementation for handling the orchestration of the requisite calls to multiple services and/or service API endpoints.BatchContext<T extends ExchangeObject>Container for holding important data that is relevant to the overall processing of a batch of
ExchangeObjects
.Component to allow an implementor to register this as a Spring Bean.Implementations of this interface are responsible for handling items in a batch.Represents the type of operation that should be performed on a batch item.DataExchangeService<T extends ExchangeObject>Service whose job it is to orchestrate an exchange of data between services, usually on behalf of an external system.DTO for passing arguments toBatchItemHandler.handle(HandlerArgs)
.