Uses of Class
de.iip_ecosphere.platform.services.environment.EnvironmentSetup
Packages that use EnvironmentSetup
-
Uses of EnvironmentSetup in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment declared as EnvironmentSetupModifier and TypeFieldDescriptionprivate static EnvironmentSetupStarter.setupprivate static EnvironmentSetupTransportLogger.setupFields in de.iip_ecosphere.platform.services.environment with type parameters of type EnvironmentSetupModifier and TypeFieldDescriptionprotected static final Function<EnvironmentSetup, de.iip_ecosphere.platform.transport.connectors.TransportSetup> Default supplier for the local transport setup.private static Function<EnvironmentSetup, de.iip_ecosphere.platform.transport.connectors.TransportSetup> Starter.localTransportSetupSupplierDefines the supplier for the local transport setup.private static Consumer<EnvironmentSetup> TransportLogger.setupCustomizerMethods in de.iip_ecosphere.platform.services.environment that return EnvironmentSetupModifier and TypeMethodDescriptionstatic EnvironmentSetupStarter.getSetup()Returns the environment setup.Method parameters in de.iip_ecosphere.platform.services.environment with type arguments of type EnvironmentSetupModifier and TypeMethodDescriptionprotected static voidStarter.setLocalTransportSetupSupplier(Function<EnvironmentSetup, de.iip_ecosphere.platform.transport.connectors.TransportSetup> supplier) Changes the local transport supplier determining the setup for the local transport.static voidTransportLogger.setSetupCustomizer(Consumer<EnvironmentSetup> customizer) Defines the setup customizer.