Package org.eclipse.keyple.distributed
Class RemotePluginClientFactoryBuilder
java.lang.Object
org.eclipse.keyple.distributed.RemotePluginClientFactoryBuilder
Builder of
RemotePluginClientFactory for Keyple Plugin or ObservablePlugin
type.- Since:
- 2.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceLast step : build a new instance.static interfaceStep to configure the node associated with the service.static interfaceStep to configure the plugin observation for sync protocol.static interfaceStep to configure the reader observation for sync protocol.static interfaceStep to activate the plugin observation for sync protocol.static interfaceStep to activate the reader observation for sync protocol. -
Method Summary
Modifier and TypeMethodDescriptionGets the first step of the builder to use in order to create a new factory instance.
-
Method Details
-
builder
Gets the first step of the builder to use in order to create a new factory instance.- Parameters:
remotePluginName- The identifier of the remote plugin.- Returns:
- Next configuration step.
- Throws:
IllegalArgumentException- If the plugin name is null or empty.- Since:
- 2.0.0
-