Uses of Class
org.eclipse.keyple.core.service.resource.PluginsConfigurator.Builder
Package
Description
Interfaces and classes of the Card Resource Service.
-
Uses of PluginsConfigurator.Builder in org.eclipse.keyple.core.service.resource
Modifier and TypeMethodDescriptionPluginsConfigurator.Builder.addPlugin
(org.eclipse.keyple.core.service.Plugin plugin, ReaderConfiguratorSpi readerConfiguratorSpi) Adds aPlugin
orObservablePlugin
to the default list of all card profiles.PluginsConfigurator.Builder.addPluginWithMonitoring
(org.eclipse.keyple.core.service.Plugin plugin, ReaderConfiguratorSpi readerConfiguratorSpi, org.eclipse.keyple.core.service.spi.PluginObservationExceptionHandlerSpi pluginObservationExceptionHandlerSpi, org.eclipse.keypop.reader.spi.CardReaderObservationExceptionHandlerSpi readerObservationExceptionHandlerSpi) Adds aPlugin
orObservablePlugin
to the default list of all card profiles with background auto monitoring of reader connections/disconnections and/or card insertions/removals.static PluginsConfigurator.Builder
PluginsConfigurator.builder()
Gets the configurator's builder to use in order to create a new instance.PluginsConfigurator.Builder.withAllocationStrategy
(PluginsConfigurator.AllocationStrategy allocationStrategy) Specifies the allocation strategy to perform when a card resource is requested.PluginsConfigurator.Builder.withUsageTimeout
(int usageTimeoutMillis) Specifies the timeout to use after that an allocated card resource can be automatically re-allocated by card resource service to a new thread if requested.