Uses of Interface
org.forgerock.openig.tools.notifications.ws.link.AmLinkListener
-
Packages that use AmLinkListener Package Description org.forgerock.openig.tools.notifications.ws.link AM Links implementations. -
-
Uses of AmLinkListener in org.forgerock.openig.tools.notifications.ws.link
Subinterfaces of AmLinkListener in org.forgerock.openig.tools.notifications.ws.link Modifier and Type Interface Description static interface
AmLinkListener.ResilientAmLinkListener
Represent a listener capable of handling reopening signals.Classes in org.forgerock.openig.tools.notifications.ws.link that implement AmLinkListener Modifier and Type Class Description class
AutoReconnectAmLink
Restart anAmLink
automatically upon disconnection.class
GracefulShutdownAmLink
Unsubscribe from every subscribed topics on closure.class
InitializedAmLink
Subscribe to a set of initial topics while starting.class
PeriodicallyRenewedAmLink
Renew theAmLink
periodically without causing any disconnection.class
RetryableAmLink
Retry theAmLink
start according to criterion.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 Modifier and Type Method Description AmLink
AmLink.AmLinkSupplier. get(AmLinkListener amLinkListener)
Create anAmLink
instance.
-