Uses of Class
de.iip_ecosphere.platform.services.environment.EnvironmentSetup
-
Packages that use EnvironmentSetup Package Description de.iip_ecosphere.platform.services.environment Implementation. -
-
Uses of EnvironmentSetup in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment declared as EnvironmentSetup Modifier and Type Field Description private static EnvironmentSetupStarter. setupprivate static EnvironmentSetupTransportLogger. setupFields in de.iip_ecosphere.platform.services.environment with type parameters of type EnvironmentSetup Modifier and Type Field Description protected static java.util.function.Function<EnvironmentSetup,de.iip_ecosphere.platform.transport.connectors.TransportSetup>Starter. DFLT_LOCAL_TRANSPORT_SETUP_SUPPLIERDefault supplier for the local transport setup.private static java.util.function.Function<EnvironmentSetup,de.iip_ecosphere.platform.transport.connectors.TransportSetup>Starter. localTransportSetupSupplierDefines the supplier for the local transport setup.private static java.util.function.Consumer<EnvironmentSetup>TransportLogger. setupCustomizerMethods in de.iip_ecosphere.platform.services.environment that return EnvironmentSetup Modifier and Type Method Description static EnvironmentSetupStarter. getSetup()Returns the environment setup.Method parameters in de.iip_ecosphere.platform.services.environment with type arguments of type EnvironmentSetup Modifier and Type Method Description protected static voidStarter. setLocalTransportSetupSupplier(java.util.function.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(java.util.function.Consumer<EnvironmentSetup> customizer)Defines the setup customizer.
-