Interface RunCronJobMessageCreatorAndSender
-
- All Known Implementing Classes:
DefaultRunCronJobMessageCreatorAndSender
public interface RunCronJobMessageCreatorAndSenderAbstraction for creating message for remote cronJob start.- Since:
- 4.3
- Spring Bean ID:
- cronJobMessageBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateAndSendMessage(int remoteClusterId, PK cronJobPK)Creates and sends a new message for performing a CronJob withcronJobPKon remote clusterremoteClusterId
-
-
-
Method Detail
-
createAndSendMessage
void createAndSendMessage(int remoteClusterId, PK cronJobPK)Creates and sends a new message for performing a CronJob withcronJobPKon remote clusterremoteClusterId
-
-