Uses of Enum Class
de.iip_ecosphere.platform.transport.connectors.TransportParameter.CloseAction
Packages that use TransportParameter.CloseAction
Package
Description
Implementation of the default (alternative) connectors.
Platform transport connectors for internal stream-based data transport within the platform.
-
Uses of TransportParameter.CloseAction in de.iip_ecosphere.platform.transport.connectors
Fields in de.iip_ecosphere.platform.transport.connectors declared as TransportParameter.CloseActionModifier and TypeFieldDescriptionprivate TransportParameter.CloseActionTransportParameter.closeActionMethods in de.iip_ecosphere.platform.transport.connectors that return TransportParameter.CloseActionModifier and TypeMethodDescriptionTransportParameter.getCloseAction()Returns the close action.Returns the enum constant of this class with the specified name.static TransportParameter.CloseAction[]TransportParameter.CloseAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.transport.connectors with parameters of type TransportParameter.CloseActionModifier and TypeMethodDescriptionTransportParameter.TransportParameterBuilder.setCloseAction(TransportParameter.CloseAction action) Defines the close action. -
Uses of TransportParameter.CloseAction in de.iip_ecosphere.platform.transport.connectors.impl
Methods in de.iip_ecosphere.platform.transport.connectors.impl that return TransportParameter.CloseActionModifier and TypeMethodDescriptionprotected TransportParameter.CloseActionAbstractTransportConnector.getCloseAction()Returns the close action.