Uses of Interface
de.iip_ecosphere.platform.connectors.events.EventHandlingConnector
Packages that use EventHandlingConnector
Package
Description
The connectors component defining the interface to generic machine/platform connectors.
Optional pluggable connector events.
-
Uses of EventHandlingConnector in de.iip_ecosphere.platform.connectors
Subinterfaces of EventHandlingConnector in de.iip_ecosphere.platform.connectorsModifier and TypeInterfaceDescriptioninterfaceConnector<O,I, CO, CI> The interface of a platform/machine connector.Classes in de.iip_ecosphere.platform.connectors that implement EventHandlingConnectorModifier and TypeClassDescriptionclassAbstractChannelConnector<O,I, CO, CI> Defines a basic channeled connector.classAbstractConnector<O,I, CO, CI> Provides a reusable base of aConnectorimplementation using theProtocolAdapter.classAbstractThreadedConnector<O,I, CO, CI, M extends ModelAccess> Provides a reusable base for connectors that require aModelAccessinstance per calling thread. -
Uses of EventHandlingConnector in de.iip_ecosphere.platform.connectors.events
Methods in de.iip_ecosphere.platform.connectors.events with parameters of type EventHandlingConnectorModifier and TypeMethodDescriptionvoidConnectorInputHandler.received(T data, EventHandlingConnector connector) Called to inform that data to be handled has been received.