public class RequestProcessor extends Object
| Constructor and Description |
|---|
RequestProcessor(org.wso2.carbon.databridge.core.DataBridgeReceiverService dataBridgeReceiverService) |
| Modifier and Type | Method and Description |
|---|---|
String |
consume(String messageLine)
Read the message and validate it, and put the string binary bundle to queue.
|
boolean |
isMessageEnded() |
String |
processStream() |
public RequestProcessor(org.wso2.carbon.databridge.core.DataBridgeReceiverService dataBridgeReceiverService)
public String consume(String messageLine) throws Exception
messageLine - One line of binary message received.Exceptionpublic boolean isMessageEnded()
Copyright © 2015 WSO2. All rights reserved.