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
Modifier and TypeMethodDescriptionDo not activate the reader observation.Activates the reader observation.
-
Method Details
-
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
-