Class RemotePluginClientFactoryBuilder


  • public final class RemotePluginClientFactoryBuilder
    extends java.lang.Object
    Builder of RemotePluginClientFactory for Keyple Plugin or ObservablePlugin type.
    Since:
    2.0.0
    • Method Detail

      • builder

        public static RemotePluginClientFactoryBuilder.NodeStep builder​(java.lang.String remotePluginName)
        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:
        java.lang.IllegalArgumentException - If the plugin name is null or empty.
        Since:
        2.0.0