Class ScheduledProcessProducerConnectionCallbackImpl
- java.lang.Object
-
- org.ikasan.job.orchestration.integration.inbound.component.endpoint.ScheduledProcessProducerConnectionCallbackImpl
-
- All Implemented Interfaces:
ScheduledProcessProducerConnectionCallback
public class ScheduledProcessProducerConnectionCallbackImpl extends java.lang.Object implements ScheduledProcessProducerConnectionCallback
-
-
Constructor Summary
Constructors Constructor Description ScheduledProcessProducerConnectionCallbackImpl(java.lang.String payload, ContextMachine contextMachine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()The execute method on the callback.java.lang.StringgetPayload()Get the payload associated with the callback.
-
-
-
Constructor Detail
-
ScheduledProcessProducerConnectionCallbackImpl
public ScheduledProcessProducerConnectionCallbackImpl(java.lang.String payload, ContextMachine contextMachine)
-
-
Method Detail
-
execute
public void execute() throws java.io.IOExceptionDescription copied from interface:ScheduledProcessProducerConnectionCallbackThe execute method on the callback.- Specified by:
executein interfaceScheduledProcessProducerConnectionCallback- Throws:
java.io.IOException
-
getPayload
public java.lang.String getPayload()
Description copied from interface:ScheduledProcessProducerConnectionCallbackGet the payload associated with the callback.- Specified by:
getPayloadin interfaceScheduledProcessProducerConnectionCallback- Returns:
-
-