Uses of Interface
de.iip_ecosphere.platform.connectors.events.ConnectorTriggerQuery
Packages that use ConnectorTriggerQuery
Package
Description
The connectors component defining the interface to generic machine/platform connectors.
Optional pluggable connector events.
-
Uses of ConnectorTriggerQuery in de.iip_ecosphere.platform.connectors
Methods in de.iip_ecosphere.platform.connectors with parameters of type ConnectorTriggerQuery -
Uses of ConnectorTriggerQuery in de.iip_ecosphere.platform.connectors.events
Classes in de.iip_ecosphere.platform.connectors.events that implement ConnectorTriggerQueryModifier and TypeClassDescriptionclassImplements a query represented by a regular expression on the relevant data identifier of a connector.classRepresents a simple timeseries query given by start/end time assuming that the connector knows from where to get the data.classImplements a query represented by a string interpreted by the connector.Methods in de.iip_ecosphere.platform.connectors.events with parameters of type ConnectorTriggerQueryModifier and TypeMethodDescriptionvoidEventHandlingConnector.trigger(ConnectorTriggerQuery query) Trigger the ingestion of a next data item.