Class SendMessageJob

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasTransactionAttribute, IConfigurable, IScopeProvider, NameAware, ConfigurableLifecycle, IJob, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle
Direct Known Subclasses:
DatabaseJob

public class SendMessageJob extends AbstractJobDef
Scheduled job to send messages to a FrankListener. Message may be null (or empty).
  • Constructor Details

    • SendMessageJob

      public SendMessageJob()
  • Method Details