Module com.logicommerce.sdk
Interface FreeLargeQueueProcessorService
-
- All Superinterfaces:
PluginService,QueueProcessorService
public interface FreeLargeQueueProcessorService extends QueueProcessorService
Service for processing large free queue messages- Since:
- 1.2.0
- Author:
- LogiCommerce
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(String action, Set<Attribute> attributes, String body)Process the large free queue message
-
-
-
Method Detail
-
process
void process(String action, Set<Attribute> attributes, String body) throws PluginServiceException
Process the large free queue message- Parameters:
action- aStringobjectattributes- aSet<Attribute> objectbody- aStringobject- Throws:
PluginServiceException- if an error occurs
-
-