Java Code Need to Import Apigee Packages

When using Java Callout to invoke a Java code, is it mandatory to include all the apigee packages?

import com.apigee.flow.execution.ExecutionContext;
import com.apigee.flow.execution.ExecutionResult;
import com.apigee.flow.execution.spi.Execution;
import com.apigee.flow.message.MessageContext;

Sorry if this was already asked here in the forums, if yes can I be pointed to the thread.

@dchiesa1 

Thanks,

Debjit

1 1 95
1 REPLY 1

Download the docs & go thru the documentation https://github.com/apigee/api-platform-samples/tree/master/docs/javadocs-javacallout

These packages provide classes and interfaces that you can use to interact with the Apigee runtime environment.