Class CreateScheduledJob

java.lang.Object
org.frankframework.management.bus.endpoints.BusEndpointBase
org.frankframework.management.bus.endpoints.CreateScheduledJob
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@BusAware("frank-management-bus") public class CreateScheduledJob extends BusEndpointBase
  • Constructor Details

    • CreateScheduledJob

      public CreateScheduledJob()
  • Method Details

    • createOrUpdateSchedule

      @TopicSelector(SCHEDULER) @ActionSelector(UPLOAD) @RolesAllowed({"IbisDataAdmin","IbisAdmin","IbisTester"}) public org.springframework.messaging.Message<String> createOrUpdateSchedule(org.springframework.messaging.Message<?> message)