Interface ImportTriggeredJobEventConsumer


public interface ImportTriggeredJobEventConsumer
Spring cloud stream messaging interface for receiving triggered job execution from the scheduled job microservice.
Author:
Chad Harchar (charchar)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.messaging.SubscribableChannel
     
  • Field Details

  • Method Details

    • triggeredJobEventInputOrphanImport

      @Input("triggeredJobEventInputOrphanImport") org.springframework.messaging.SubscribableChannel triggeredJobEventInputOrphanImport()