| Modifier and Type | Method and Description |
|---|---|
StreamingType |
RestConnectConfiguration.getStreamingType() |
static StreamingType |
StreamingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingType[] |
StreamingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StreamingType |
ConfigurationOverrides.getStreamingType() |
| Modifier and Type | Method and Description |
|---|---|
RestRequestBuilder |
RestRequestBuilder.setBody(org.mule.runtime.api.metadata.TypedValue<InputStream> body,
StreamingType streamingType)
Defines the body and content streaming for this request.
|
Copyright © 2019. All rights reserved.