Interface NetChangeOutboundGenerator

All Known Implementing Classes:
BaseNetChangeEDIOutboundGenerator, BaseNetChangeFixLenOutboundGenerator, BaseNetChangeIDocOutboundGenerator, BaseOAGISOutboundGenerator

public interface NetChangeOutboundGenerator
NetChange-based outbound generator which generates outbound data based on a date range.
  • Method Summary

    Modifier and Type Method Description
    void generate​(NetChangeOutboundProcessingContext processingContext)
    Callback from the Outbound framework to generate the outbound message.
  • Method Details

    • generate

      void generate​(NetChangeOutboundProcessingContext processingContext)
      Callback from the Outbound framework to generate the outbound message. Developer can read the data using start and end date available in the NetChangeOutboundProcessingContext and write the data to the given OutputStream.
      Parameters:
      processingContext - NetChangeOutboundProcessingContext context to generate outbound data