public class PublishOperation extends Object
| Constructor and Description |
|---|
PublishOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
publish(AsyncConfig config,
org.mule.runtime.api.metadata.TypedValue<InputStream> content,
PublishParameters parameters,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<PublishResponse,Void> callback,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper helper) |
@Throws(value=PublishErrorTypeProvider.class) public void publish(@Config AsyncConfig config, @TypeResolver(value=PublishInputTypeResolver.class) @Content org.mule.runtime.api.metadata.TypedValue<InputStream> content, @MetadataKeyId(value=PublishMetadataKeyResolver.class) @ParameterGroup(name="Publish parameters") PublishParameters parameters, org.mule.runtime.extension.api.runtime.process.CompletionCallback<PublishResponse,Void> callback, org.mule.runtime.extension.api.runtime.streaming.StreamingHelper helper)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.