Package org.eclipse.keyple.distributed
Interface RemotePluginClientFactoryBuilder.SyncNodeReaderStep
-
- Enclosing class:
- RemotePluginClientFactoryBuilder
public static interface RemotePluginClientFactoryBuilder.SyncNodeReaderStep
Step to activate the reader observation for sync protocol.- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemotePluginClientFactoryBuilder.BuilderStep
withoutReaderObservation()
Do not activate the reader observation.RemotePluginClientFactoryBuilder.ServerPushReaderEventStrategyStep
withReaderObservation()
Activates the reader observation.
-
-
-
Method Detail
-
withReaderObservation
RemotePluginClientFactoryBuilder.ServerPushReaderEventStrategyStep withReaderObservation()
Activates the reader observation.- Returns:
- Next configuration step.
- Since:
- 2.0.0
-
withoutReaderObservation
RemotePluginClientFactoryBuilder.BuilderStep withoutReaderObservation()
Do not activate the reader observation.- Returns:
- Next configuration step.
- Since:
- 2.0.0
-
-