create
Create a new AgentInvocation for the given platform and explicit result type.
Return
a configured AgentInvocation that produces values of type T
Parameters
agent Platform
the platform in which this agent will run
result Type
the Java Class of the type of result the agent will return
T
type of result returned by the invocation
Create a new AgentInvocation for the given platform, inferring the result type from the reified type parameter.
Return
a configured AgentInvocation that produces values of type T
Parameters
agent Platform
the platform or environment in which this agent will run
T
type of result returned by the invocation