Uses of Interface
de.hybris.platform.integration.commons.hystrix.HystrixExecutable
-
Packages that use HystrixExecutable Package Description de.hybris.platform.integration.commons.hystrix -
-
Uses of HystrixExecutable in de.hybris.platform.integration.commons.hystrix
Methods in de.hybris.platform.integration.commons.hystrix that return HystrixExecutable Modifier and Type Method Description protected HystrixExecutable<E>OndemandHystrixCommandFactory.OndemandHystrixCommand. getExecutable()Methods in de.hybris.platform.integration.commons.hystrix with parameters of type HystrixExecutable Modifier and Type Method Description <E> OndemandHystrixCommandFactory.OndemandHystrixCommand<E>OndemandHystrixCommandFactory. newCommand(OndemandHystrixCommandConfiguration configuration, HystrixExecutable<E> hystrixExecutable)voidOndemandHystrixCommandFactory.OndemandHystrixCommand. setExecutable(HystrixExecutable<E> executable)
-