Uses of Interface
org.eclipse.keyple.core.service.resource.CardResourceServiceConfigurator
Package
Description
Interfaces and classes of the Card Resource Service.
-
Uses of CardResourceServiceConfigurator in org.eclipse.keyple.core.service.resource
Modifier and TypeMethodDescriptionCardResourceService.getConfigurator()
Gets the configuration builder to set up the service.CardResourceServiceConfigurator.withBlockingAllocationMode
(int cycleDurationMillis, int timeoutMillis) Configures the card resource service to use a blocking allocation mode with the provided timing parameters used during the allocation process.CardResourceServiceConfigurator.withCardResourceProfiles
(CardResourceProfileConfigurator... cardResourceProfileConfigurators) Configures the card resource service with one or more card resource profiles.CardResourceServiceConfigurator.withPlugins
(PluginsConfigurator pluginsConfigurator) Configures the card resource service with one or morePlugin
orObservablePlugin
.CardResourceServiceConfigurator.withPoolPlugins
(PoolPluginsConfigurator poolPluginsConfigurator) Configures the card resource service with one or morePoolPlugin
.