java.lang.Object
com.inductiveautomation.historian.gateway.api.storage.realtime.EmptyCollectionContext
All Implemented Interfaces:
CollectionContext

public final class EmptyCollectionContext extends Object implements CollectionContext
A property-less implementation of CollectionContext that represents a "no context" state. This implementation is a singleton and only provides the minimum required functionality.

When a DataCollector receives this context, it should perform a collection operation without considering any specific collection parameters like ID, source, or scheduling.