Class CamelSWFActivityClient
- java.lang.Object
-
- org.apache.camel.component.aws.swf.CamelSWFActivityClient
-
public class CamelSWFActivityClient extends Object
-
-
Constructor Summary
Constructors Constructor Description CamelSWFActivityClient(SWFConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.amazonaws.services.simpleworkflow.flow.core.Promise<?>[]
asPromiseArray(Object input)
Object
scheduleActivity(String eventName, String version, Object input)
-
-
-
Constructor Detail
-
CamelSWFActivityClient
public CamelSWFActivityClient(SWFConfiguration configuration)
-
-