Package org.evrete.api.spi
Interface MemoryCollectionsProvider
- All Superinterfaces:
Comparable<OrderedServiceProvider>,OrderedServiceProvider
public interface MemoryCollectionsProvider extends OrderedServiceProvider
-
Method Summary
Modifier and Type Method Description MemoryCollectionsinstance(RuntimeContext<?> requester)
-
Method Details
-
instance
- Parameters:
requester- - the context from which a new service is requested- Returns:
- the instance of CollectionsService
-