co.cask.cdap.test.internal
Interface ProcedureClientFactory


Deprecated. As of version 2.6.0, with no direct replacement, see Service

@Deprecated
public interface ProcedureClientFactory

This interface is using Guice assisted inject to create instance of ProcedureClient.


Method Summary
 ProcedureClient create(String accountId, String applicationId, String procedureName)
          Deprecated.  
 

Method Detail

create

ProcedureClient create(String accountId,
                       String applicationId,
                       String procedureName)
Deprecated. 


Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.