Class TransportFactoryConfiguration
java.lang.Object
de.iip_ecosphere.platform.transport.spring.TransportFactoryConfiguration
@ConfigurationProperties(prefix="transport")
public class TransportFactoryConfiguration
extends Object
Configures the
TransportFactory.- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the class name of the direct-memory transport connector class.Returns the class name of the inter-process transport connector class.Returns the class name of the main transport connector class.voidsetDirectMemoryClassName(String directMemoryClassName) Changes the class name of the direct-memory transport connector class.voidsetInterProcessClassName(String interProcessClassName) Changes the class name of the inter-process transport connector class.voidsetMainTransportClassName(String mainTransportClassName) Changes the class name of the main transport connector class.
-
Field Details
-
mainTransportClassName
-
interProcessClassName
-
directMemoryClassName
-
-
Constructor Details
-
TransportFactoryConfiguration
public TransportFactoryConfiguration()
-
-
Method Details
-
getMainTransportClassName
Returns the class name of the main transport connector class.- Returns:
- the class name (empty if not configured)
-
getInterProcessClassName
Returns the class name of the inter-process transport connector class.- Returns:
- the class name (empty if not configured)
-
getDirectMemoryClassName
Returns the class name of the direct-memory transport connector class.- Returns:
- the class name (empty if not configured)
-
setMainTransportClassName
Changes the class name of the main transport connector class.- Parameters:
mainTransportClassName- the class name
-
setInterProcessClassName
Changes the class name of the inter-process transport connector class.- Parameters:
interProcessClassName- the class name
-
setDirectMemoryClassName
Changes the class name of the direct-memory transport connector class.- Parameters:
directMemoryClassName- the class name
-