Class SplitJsonArrayProcessor

java.lang.Object
showcase.ai.data.orchestration.scdf.processors.SplitJsonArrayProcessor
All Implemented Interfaces:
Function<byte[],List<org.springframework.messaging.Message<byte[]>>>

@Component public class SplitJsonArrayProcessor extends Object implements Function<byte[],List<org.springframework.messaging.Message<byte[]>>>
Author:
gregoryg green
  • Constructor Details

    • SplitJsonArrayProcessor

      public SplitJsonArrayProcessor()
  • Method Details

    • apply

      public List<org.springframework.messaging.Message<byte[]>> apply(byte[] inputBytes)
      Specified by:
      apply in interface Function<byte[],List<org.springframework.messaging.Message<byte[]>>>