Package org.eclipse.keyple.distributed
Interface RemotePluginClientFactoryBuilder.SyncNodePluginStep
- Enclosing class:
- RemotePluginClientFactoryBuilder
public static interface RemotePluginClientFactoryBuilder.SyncNodePluginStep
Step to activate the plugin observation for sync protocol.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionDo not activate the plugin observation.Activates the plugin observation.
-
Method Details
-
withPluginObservation
RemotePluginClientFactoryBuilder.ServerPushPluginEventStrategyStep withPluginObservation()Activates the plugin observation.- Returns:
- Next configuration step.
- Since:
- 2.0.0
-
withoutPluginObservation
RemotePluginClientFactoryBuilder.SyncNodeReaderStep withoutPluginObservation()Do not activate the plugin observation.- Returns:
- Next configuration step.
- Since:
- 2.0.0
-