public class SourceResultAdapter extends Object
| Constructor and Description |
|---|
SourceResultAdapter(org.mule.runtime.extension.api.runtime.operation.Result result,
CursorProviderFactory cursorProviderFactory,
boolean isCollection)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
CursorProviderFactory |
getCursorProviderFactory() |
org.mule.runtime.extension.api.runtime.operation.Result |
getResult() |
boolean |
isCollection() |
public SourceResultAdapter(org.mule.runtime.extension.api.runtime.operation.Result result,
CursorProviderFactory cursorProviderFactory,
boolean isCollection)
result - the source resultcursorProviderFactory - the CursorStreamProviderFactory used by the sourceisCollection - whether the result represents a List of messages.public org.mule.runtime.extension.api.runtime.operation.Result getResult()
Resultpublic CursorProviderFactory getCursorProviderFactory()
CursorStreamProviderFactory used by the sourcepublic boolean isCollection()
getResult() represents a List of messages.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.