Interface AmLinkListener.ResilientAmLinkListener
- All Superinterfaces:
AmLinkListener
- All Known Implementing Classes:
StableAmLink
,TopicMultiplexerAmLink
- Enclosing interface:
- 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
Methods inherited from interface org.forgerock.openig.tools.notifications.ws.link.AmLinkListener
onDisconnection, onNotification
-
Method Details
-
onReopen
void onReopen()The handler to call on connection reopening. Can only be called after onDisconnection call, and will be called before any (un)subscribe promise completes.
-