Interface AmLinkListener.ResilientAmLinkListener
-
- All Superinterfaces:
AmLinkListener
- All Known Implementing Classes:
StableAmLink
,TopicMultiplexerAmLink
- Enclosing interface:
- AmLinkListener
public static interface AmLinkListener.ResilientAmLinkListener extends AmLinkListener
Represent a listener capable of handling reopening signals.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.forgerock.openig.tools.notifications.ws.link.AmLinkListener
AmLinkListener.ResilientAmLinkListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onReopen()
The handler to call on connection reopening.-
Methods inherited from interface org.forgerock.openig.tools.notifications.ws.link.AmLinkListener
onDisconnection, onNotification
-
-