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 Summary
Constructors
-
Method Summary
List<org.springframework.messaging.Message<byte[]>>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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[]>>>