public class HeisenbergScopes extends Object implements org.mule.runtime.api.lifecycle.Initialisable
| Constructor and Description |
|---|
HeisenbergScopes() |
| Modifier and Type | Method and Description |
|---|---|
void |
alwaysFailsWrapper(org.mule.runtime.extension.api.runtime.route.Chain processors,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> callback) |
void |
exceptionOnCallbacks(org.mule.runtime.extension.api.runtime.route.Chain processors,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> callback) |
void |
executeAnything(org.mule.runtime.extension.api.runtime.route.Chain chain,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> cb) |
void |
getChain(org.mule.runtime.extension.api.runtime.route.Chain chain,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<org.mule.runtime.extension.api.runtime.route.Chain,Void> cb) |
int |
getCounter() |
void |
initialise() |
void |
neverFailsWrapper(org.mule.runtime.extension.api.runtime.route.Chain optionalProcessors,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Object> callback) |
void |
payloadModifier(org.mule.runtime.extension.api.runtime.route.Chain chain,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,Object> cb,
Object payload,
Map<String,String> attributes) |
int |
scopeField(int expected,
int newValue) |
public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic int getCounter()
public void getChain(@AllowedStereotypes(value=org.mule.runtime.extension.api.stereotype.ValidatorStereotype.class)
org.mule.runtime.extension.api.runtime.route.Chain chain,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<org.mule.runtime.extension.api.runtime.route.Chain,Void> cb)
@Deprecated(message="All usages of this scope are covered by the payload-modifier scope.",
since="1.3.0",
toRemoveIn="2.0.0")
public void executeAnything(org.mule.runtime.extension.api.runtime.route.Chain chain,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> cb)
@MediaType(value="text/plain",
strict=false)
public void payloadModifier(org.mule.runtime.extension.api.runtime.route.Chain chain,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,Object> cb,
Object payload,
@ParameterDsl(allowInlineDefinition=false)
Map<String,String> attributes)
public void exceptionOnCallbacks(org.mule.runtime.extension.api.runtime.route.Chain processors,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> callback)
public void alwaysFailsWrapper(org.mule.runtime.extension.api.runtime.route.Chain processors,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> callback)
@MediaType(value="text/plain")
public void neverFailsWrapper(@Optional
org.mule.runtime.extension.api.runtime.route.Chain optionalProcessors,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Object> callback)
public int scopeField(int expected,
int newValue)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.