Uses of Interface
org.forgerock.openig.tools.notifications.ws.link.AmLinkListener.ResilientAmLinkListener
-
Packages that use AmLinkListener.ResilientAmLinkListener Package Description org.forgerock.openig.tools.notifications.ws.link AM Links implementations. -
-
Uses of AmLinkListener.ResilientAmLinkListener in org.forgerock.openig.tools.notifications.ws.link
Classes in org.forgerock.openig.tools.notifications.ws.link that implement AmLinkListener.ResilientAmLinkListener Modifier and Type Class Description class
StableAmLink
Permits to use aAmLink
even if not started or between disconnection and reconnection events.class
TopicMultiplexerAmLink
Multiplex topic registration on top of aAmLink
.Methods in org.forgerock.openig.tools.notifications.ws.link with parameters of type AmLinkListener.ResilientAmLinkListener Modifier and Type Method Description AmLink
AmLink.ResilientAmLinkSupplier. get(AmLinkListener.ResilientAmLinkListener amLinkListener)
Create anAmLink
instance.Constructors in org.forgerock.openig.tools.notifications.ws.link with parameters of type AmLinkListener.ResilientAmLinkListener Constructor Description StableAmLink(AmLink.ResilientAmLinkSupplier amLinkSupplier, AmLinkListener.ResilientAmLinkListener amLinkListener)
TopicMultiplexerAmLink(AmLink.ResilientAmLinkSupplier amLinkSupplier, AmLinkListener.ResilientAmLinkListener amLinkListener)
-