Uses of Interface
org.forgerock.openig.tools.notifications.ws.link.AmLink
-
Packages that use AmLink Package Description org.forgerock.openig.tools.notifications.ws.link AM Links implementations. -
-
Uses of AmLink in org.forgerock.openig.tools.notifications.ws.link
Classes in org.forgerock.openig.tools.notifications.ws.link that implement AmLink Modifier and Type Class Description class
AutoReconnectAmLink
Restart anAmLink
automatically upon disconnection.class
DirectAmLink
Manage theWebSocketAdapter
and run subscribe and unsubscribe operations on it.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 that return AmLink Modifier and Type Method Description AmLink
AmLink.AmLinkSupplier. get(AmLinkListener amLinkListener)
Create anAmLink
instance.AmLink
AmLink.ResilientAmLinkSupplier. get(AmLinkListener.ResilientAmLinkListener amLinkListener)
Create anAmLink
instance.
-