public class InterceptingBananaOperations extends Object
| Constructor and Description |
|---|
InterceptingBananaOperations() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.InterceptingCallback<Fruit> |
getLunch(BananaConfig config) |
org.mule.runtime.extension.api.runtime.operation.InterceptingCallback<org.mule.runtime.extension.api.runtime.operation.Result<Fruit,VeganAttributes>> |
getQualifiedLunch(BananaConfig config) |
org.mule.test.vegan.extension.InterceptingBananaOperations.NoGenericsInterceptingCallback |
getRawLunch(BananaConfig config) |
public org.mule.runtime.extension.api.runtime.operation.InterceptingCallback<Fruit> getLunch(@UseConfig BananaConfig config)
public org.mule.test.vegan.extension.InterceptingBananaOperations.NoGenericsInterceptingCallback getRawLunch(@UseConfig
BananaConfig config)
public org.mule.runtime.extension.api.runtime.operation.InterceptingCallback<org.mule.runtime.extension.api.runtime.operation.Result<Fruit,VeganAttributes>> getQualifiedLunch(@UseConfig BananaConfig config)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.