public class ReactiveReconnectionCallback extends Object implements org.mule.runtime.extension.api.runtime.connectivity.ReconnectionCallback
ReconnectionCallback| Constructor and Description |
|---|
ReactiveReconnectionCallback(reactor.core.publisher.MonoSink<Void> sink)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
failed(org.mule.runtime.api.connection.ConnectionException e) |
void |
success() |
public ReactiveReconnectionCallback(reactor.core.publisher.MonoSink<Void> sink)
sink - the completion sinkpublic void success()
success in interface org.mule.runtime.extension.api.runtime.connectivity.ReconnectionCallbackpublic void failed(org.mule.runtime.api.connection.ConnectionException e)
failed in interface org.mule.runtime.extension.api.runtime.connectivity.ReconnectionCallbackCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.