Class ModelOutboundInterfaceWriteRequest

java.lang.Object
com.onenetwork.platform.integ.msg.OutboundInterfaceWriteRequest
com.onenetwork.platform.integ.msg.ModelOutboundInterfaceWriteRequest

public class ModelOutboundInterfaceWriteRequest
extends OutboundInterfaceWriteRequest
Request to generate outbound data based on in-memory Model objects.
  • Constructor Details

    • ModelOutboundInterfaceWriteRequest

      public ModelOutboundInterfaceWriteRequest​(java.lang.String outboundInterfaceName, java.lang.String outboundInterfaceVersion, QueueRef outboundQueueRef, java.util.List<? extends Model> models)
      Parameters:
      outboundInterfaceName - outbound interface name
      outboundInterfaceVersion - outbound interface version (can use null to indicate most recent version)
      outboundQueueRef - queue into which the outbound message should be placed
      models - data which will be converted into the outbound message
  • Method Details

    • getModels

      public java.util.List<? extends Model> getModels()
      Returns:
      model data for the outbound call