Package org.kuali.rice.ksb.api.messaging
Class AsynchronousCall
java.lang.Object
org.kuali.rice.ksb.api.messaging.AsynchronousCall
- All Implemented Interfaces:
Serializable
Encapsulates an asynchronous call to a service.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAsynchronousCall(Class<?>[] paramTypes, Object[] arguments, ServiceConfiguration serviceConfiguration, String methodName) -
Method Summary
Modifier and TypeMethodDescriptionObject[]Class<?>[]booleanvoidsetIgnoreStoreAndForward(boolean ignoreStoreAndForward) toString()
-
Constructor Details
-
AsynchronousCall
public AsynchronousCall(Class<?>[] paramTypes, Object[] arguments, ServiceConfiguration serviceConfiguration, String methodName)
-
-
Method Details