Class ScheduledProcessEventInboundFlowComponentFactory
- java.lang.Object
-
- org.ikasan.job.orchestration.integration.inbound.component.ScheduledProcessEventInboundFlowComponentFactory
-
@Configuration @ConditionalOnProperty(value="is.ikasan.enterprise.scheduler.instance", havingValue="true") public class ScheduledProcessEventInboundFlowComponentFactory extends java.lang.ObjectScheduler Agent component factory.- Author:
- Ikasan Development Team
-
-
Constructor Summary
Constructors Constructor Description ScheduledProcessEventInboundFlowComponentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.ikasan.spec.component.endpoint.ConsumergetInboundBigQueueConsumer()org.ikasan.spec.component.endpoint.ProducergetScheduledStatusProducer()Get the producer that publishes ScheduledProcessEvents.
-
-
-
Method Detail
-
getInboundBigQueueConsumer
@DependsOn("inboundQueue") public org.ikasan.spec.component.endpoint.Consumer getInboundBigQueueConsumer()
-
getScheduledStatusProducer
public org.ikasan.spec.component.endpoint.Producer getScheduledStatusProducer()
Get the producer that publishes ScheduledProcessEvents.- Returns:
-
-