Class UpdateSourceCall

java.lang.Object
org.gridgain.internal.cli.call.cdc.source.UpdateSourceCall
All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<SourceCallInput,String>

@Singleton public class UpdateSourceCall extends Object implements org.apache.ignite.internal.cli.core.call.Call<SourceCallInput,String>
Updates a source.
  • Constructor Details

    • UpdateSourceCall

      public UpdateSourceCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
  • Method Details

    • execute

      public org.apache.ignite.internal.cli.core.call.CallOutput<String> execute(SourceCallInput input)
      Specified by:
      execute in interface org.apache.ignite.internal.cli.core.call.Call<SourceCallInput,String>