Uses of Interface
org.eclipse.lyo.trs.client.handlers.IProviderHandler
Packages that use IProviderHandler
-
Uses of IProviderHandler in org.eclipse.lyo.trs.client.handlers
Classes in org.eclipse.lyo.trs.client.handlers that implement IProviderHandlerModifier and TypeClassDescriptionclassSpecialization fothe TRS provider class which supports multithreading when it comes to the processing of the base members and the change events.classBase class for every TRS provider. -
Uses of IProviderHandler in org.eclipse.lyo.trs.client.util
Methods in org.eclipse.lyo.trs.client.util that return types with arguments of type IProviderHandlerModifier and TypeMethodDescriptionstatic List<IProviderHandler> TrsConsumerUtils.buildHandlers(TrsConsumerConfiguration consumerConfig, Collection<TrsProviderConfiguration> providerConfigs, BiFunction<TrsConsumerConfiguration, TrsProviderConfiguration, IProviderHandler> function) static List<IProviderHandler> TrsConsumerUtils.buildHandlersConcurrent(TrsConsumerConfiguration consumerConfig, Collection<TrsProviderConfiguration> providerConfigs) static List<IProviderHandler> TrsConsumerUtils.buildHandlersSequential(TrsConsumerConfiguration consumerConfig, Collection<TrsProviderConfiguration> providerConfigs) Method parameters in org.eclipse.lyo.trs.client.util with type arguments of type IProviderHandlerModifier and TypeMethodDescriptionstatic List<IProviderHandler> TrsConsumerUtils.buildHandlers(TrsConsumerConfiguration consumerConfig, Collection<TrsProviderConfiguration> providerConfigs, BiFunction<TrsConsumerConfiguration, TrsProviderConfiguration, IProviderHandler> function)