Interface SysIdOutboundGenerator

All Known Implementing Classes:
BaseSysIdFixLenOutboundGenerator

public interface SysIdOutboundGenerator
SysId-based outbound generator to generate outbound data based on surrogate ids of models.
  • Method Summary

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

    • generate

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