Uses of Class
software.xdev.tci.factory.prestart.PreStartableTCIFactory.Timeouts
Packages that use PreStartableTCIFactory.Timeouts
-
Uses of PreStartableTCIFactory.Timeouts in software.xdev.tci.factory.prestart
Fields in software.xdev.tci.factory.prestart declared as PreStartableTCIFactory.TimeoutsModifier and TypeFieldDescriptionprotected final PreStartableTCIFactory.TimeoutsPreStartableTCIFactory.timeoutsMethods in software.xdev.tci.factory.prestart that return PreStartableTCIFactory.TimeoutsModifier and TypeMethodDescriptionPreStartableTCIFactory.Timeouts.withAcquireTimeout(Duration acquireTimeout) PreStartableTCIFactory.Timeouts.withConnectToNetworkTimeout(Duration connectToNetworkTimeout) Constructors in software.xdev.tci.factory.prestart with parameters of type PreStartableTCIFactory.TimeoutsModifierConstructorDescriptionPreStartableTCIFactory(BiFunction<C, String, I> infraBuilder, Supplier<C> containerBuilder, String containerBaseName, String containerLoggerName, String name, PreStartConfig config, PreStartableTCIFactory.Timeouts timeouts)