org.openspaces.core.executor.support
Interface ProcessObjectsProvider
- All Known Implementing Classes: 
 - CallableDistributedTaskAdapter, CallableTaskAdapter, RegisterDistributedEventContainerTask, RegisterEventContainerTask, RunnableDistributedTaskAdapter, RunnableTaskAdapter
 
public interface ProcessObjectsProvider
An interface used with Task allowing to return
 additional objects to be processed on the node the task is executed. Processing an
 objects allows to inject resources defined within the processing unit.
- Author:
 
  - kimchy
 
 
getObjectsToProcess
Object[] getObjectsToProcess()
- Returns an array of objects that needs processing on the space node side. Processing an
 objects allows to inject resources defined within the processing unit.
 
 
Copyright © GigaSpaces.