Class CreateSourceCall

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

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

    • CreateSourceCall

      public CreateSourceCall(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>