Package org.forgerock.openig.tools.notifications.ws.link
AM Links implementations.
-
Interface Summary Interface Description AmLink Represents a link to AM notification service.AmLink.AmLinkSupplier AmLink.ResilientAmLinkSupplier AmLinkListener Represent a listener willing to be notified uponAmLink
events.AmLinkListener.ResilientAmLinkListener Represent a listener capable of handling reopening signals.AutoReconnectAmLink.AmLinkSupplierFromTopics PeriodicallyRenewedAmLink.AmLinkSupplierFromTopics RetryableAmLink.AmLinkSupplierFromToken -
Class Summary Class Description AutoReconnectAmLink Restart anAmLink
automatically upon disconnection.DirectAmLink Manage theWebSocketAdapter
and run subscribe and unsubscribe operations on it.GracefulShutdownAmLink Unsubscribe from every subscribed topics on closure.InitializedAmLink Subscribe to a set of initial topics while starting.PeriodicallyRenewedAmLink Renew theAmLink
periodically without causing any disconnection.RetryableAmLink Retry theAmLink
start according to criterion.StableAmLink Permits to use aAmLink
even if not started or between disconnection and reconnection events.TopicMultiplexerAmLink Multiplex topic registration on top of aAmLink
.