private static void stopSenderForTheSequence(String sequenceID, ConfigurationContext context) {
Sender sender = (Sender) context.getProperty(Sandesha2Constants.SENDER);
if (sender!=null) {
sender.stopSenderForTheSequence(sequenceID);
}
}
public static void stopSender(ConfigurationContext context) {
Sender sender = (Sender) context.getProperty(Sandesha2Constants.SENDER);