Class OutputChannelInterceptor

java.lang.Object
org.springframework.batch.integration.async.StepExecutionInterceptor
org.apache.fineract.infrastructure.springbatch.OutputChannelInterceptor
All Implemented Interfaces:
org.springframework.messaging.support.ChannelInterceptor

public class OutputChannelInterceptor extends org.springframework.batch.integration.async.StepExecutionInterceptor
  • Field Summary

    Fields inherited from class org.springframework.batch.integration.async.StepExecutionInterceptor

    STEP_EXECUTION
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.messaging.Message<?>
    preSend(org.springframework.messaging.Message<?> message, org.springframework.messaging.MessageChannel channel)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.messaging.support.ChannelInterceptor

    afterReceiveCompletion, afterSendCompletion, postReceive, postSend, preReceive
  • Constructor Details

    • OutputChannelInterceptor

      public OutputChannelInterceptor()
  • Method Details

    • preSend

      public org.springframework.messaging.Message<?> preSend(org.springframework.messaging.Message<?> message, @NonNull org.springframework.messaging.MessageChannel channel)
      Specified by:
      preSend in interface org.springframework.messaging.support.ChannelInterceptor
      Overrides:
      preSend in class org.springframework.batch.integration.async.StepExecutionInterceptor