public class WeaponXOperations extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WeaponXOperations.PassthroughMetadataResolver |
| Constructor and Description |
|---|
WeaponXOperations() |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void>> |
adamantiumInjectors(int injectorsToCreate,
int injectorLoad) |
void |
gambitChargeItems(org.mule.runtime.api.metadata.TypedValue<Iterator> items) |
Iterator<String> |
wolverineBlocklist() |
void |
wolverineChillOut(CanadianForest forest) |
void |
wolverineChillOutQuick(CanadianForest forest) |
void |
wolverineShred(List enemies) |
org.mule.runtime.extension.api.runtime.operation.Result<Object,Void> |
woundsPassthrough(org.mule.runtime.api.metadata.TypedValue<Object> wounds) |
public List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void>> adamantiumInjectors(int injectorsToCreate, int injectorLoad)
public void wolverineShred(@Content @Optional(defaultValue="#[payload]")
List enemies)
public void wolverineChillOut(@ParameterGroup(name="forest",showInDsl=true)
CanadianForest forest)
public void wolverineChillOutQuick(@ParameterGroup(name="forest")
CanadianForest forest)
public void gambitChargeItems(@Content @Optional(defaultValue="#[payload]")
org.mule.runtime.api.metadata.TypedValue<Iterator> items)
@OutputResolver(output=WeaponXOperations.PassthroughMetadataResolver.class) public org.mule.runtime.extension.api.runtime.operation.Result<Object,Void> woundsPassthrough(@Content(primary=true) org.mule.runtime.api.metadata.TypedValue<Object> wounds)
wounds - Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.