T - A - public abstract class SourceWrapper<T,A>
extends org.mule.runtime.extension.api.runtime.source.Source<T,A>
Source implementations that allows to intercept
all the invocations related to a generic Source lifecycle and event handlers.| Modifier and Type | Field and Description |
|---|---|
protected org.mule.runtime.extension.api.runtime.source.Source<T,A> |
delegate |
| Constructor and Description |
|---|
SourceWrapper(org.mule.runtime.extension.api.runtime.source.Source<T,A> delegate) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.source.Source<T,A> |
getDelegate() |
org.reactivestreams.Publisher<Void> |
onBackPressure(CoreEvent event,
Map<String,Object> parameters,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext context) |
org.reactivestreams.Publisher<Void> |
onError(CoreEvent event,
Map<String,Object> parameters,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext context) |
org.reactivestreams.Publisher<Void> |
onSuccess(CoreEvent event,
Map<String,Object> parameters,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext context) |
org.reactivestreams.Publisher<Void> |
onTerminate(CoreEvent event,
Map<String,Object> parameters,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext context) |
public org.reactivestreams.Publisher<Void> onSuccess(CoreEvent event, Map<String,Object> parameters, org.mule.runtime.extension.api.runtime.source.SourceCallbackContext context)
public org.reactivestreams.Publisher<Void> onError(CoreEvent event, Map<String,Object> parameters, org.mule.runtime.extension.api.runtime.source.SourceCallbackContext context)
public org.reactivestreams.Publisher<Void> onTerminate(CoreEvent event, Map<String,Object> parameters, org.mule.runtime.extension.api.runtime.source.SourceCallbackContext context)
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.