Class MessageBuilder

java.lang.Object
org.frankframework.stream.MessageBuilder

public class MessageBuilder extends Object
  • Constructor Details

    • MessageBuilder

      public MessageBuilder() throws IOException
      Stores the message in the temp-messages folder. Attempts to store the result in memory and automatically overflows to disk.
      Throws:
      IOException
    • MessageBuilder

      public MessageBuilder(Path file) throws IOException
      Directly stores to disk. Mainly for legacy implementations which allows the user to choose where to save the file.
      Throws:
      IOException
  • Method Details