public class TestSourceInterceptor extends Object implements org.mule.runtime.api.interception.SourceInterceptor
| Constructor and Description |
|---|
TestSourceInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCallback(org.mule.runtime.api.component.location.ComponentLocation location,
org.mule.runtime.api.interception.InterceptionEvent event,
Optional<Throwable> thrown) |
void |
beforeCallback(org.mule.runtime.api.component.location.ComponentLocation location,
Map<String,org.mule.runtime.api.interception.ProcessorParameterValue> parameters,
org.mule.runtime.api.interception.InterceptionEvent event) |
public void beforeCallback(org.mule.runtime.api.component.location.ComponentLocation location,
Map<String,org.mule.runtime.api.interception.ProcessorParameterValue> parameters,
org.mule.runtime.api.interception.InterceptionEvent event)
beforeCallback in interface org.mule.runtime.api.interception.SourceInterceptorCopyright © 2024 AVIO Consulting. All rights reserved.