@Service public class AsyncDhxPackageServiceImpl extends java.lang.Object implements AsyncDhxPackageService
| Constructor and Description |
|---|
AsyncDhxPackageServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
sendMultiplePackages(java.util.List<ee.ria.dhx.types.OutgoingDhxPackage> outgoingPackages)
Send package.
|
void |
sendPackage(ee.ria.dhx.types.OutgoingDhxPackage outgoingPackage)
Send package.
|
@PostConstruct public void init()
@Async @Loggable public void sendPackage(ee.ria.dhx.types.OutgoingDhxPackage outgoingPackage)
AsyncDhxPackageServicesendPackage in interface AsyncDhxPackageServiceoutgoingPackage - - package to send@Loggable public void sendMultiplePackages(java.util.List<ee.ria.dhx.types.OutgoingDhxPackage> outgoingPackages)
AsyncDhxPackageServicesendMultiplePackages in interface AsyncDhxPackageServiceoutgoingPackages - - package to send