public class PublishOperation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.mule.runtime.api.component.location.ComponentLocation |
componentLocation |
| Constructor and Description |
|---|
PublishOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
publish(AsyncConfig config,
org.mule.runtime.api.metadata.TypedValue<InputStream> content,
PublishParameters parameters,
boolean disableContentValidation,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<PublishResponse,Void> callback,
String defaultEncoding) |
protected org.mule.runtime.api.component.location.ComponentLocation componentLocation
@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, @ConfigOverride boolean disableContentValidation, org.mule.runtime.extension.api.runtime.process.CompletionCallback<PublishResponse,Void> callback, @DefaultEncoding String defaultEncoding)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.