JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.mule.sdk.api.runtime.connectivity
Interface ReconnectionCallback
public interface
ReconnectionCallback
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
doSomething
()
void
failed
(org.mule.runtime.api.connection.ConnectionException exception)
void
success
()
Method Details
success
void
success
()
failed
void
failed
(org.mule.runtime.api.connection.ConnectionException exception)
doSomething
void
doSomething
()