Uses of Interface
org.forgerock.openig.tools.notifications.ws.link.AmLink.ResilientAmLinkSupplier
-
Packages that use AmLink.ResilientAmLinkSupplier Package Description org.forgerock.openig.tools.notifications.ws.link AM Links implementations. -
-
Uses of AmLink.ResilientAmLinkSupplier in org.forgerock.openig.tools.notifications.ws.link
Methods in org.forgerock.openig.tools.notifications.ws.link that return AmLink.ResilientAmLinkSupplier Modifier and Type Method Description static AmLink.ResilientAmLinkSupplier
AutoReconnectAmLink. asSupplier(Duration reconnectDelay, AmLink.AmLinkSupplier initialAmLinkSupplier, AutoReconnectAmLink.AmLinkSupplierFromTopics amLinkSupplier, ScheduledExecutorService executorService)
Builds a supplier ofAutoReconnectAmLink
.static AmLink.ResilientAmLinkSupplier
StableAmLink. asSupplier(AmLink.ResilientAmLinkSupplier amLinkSupplier)
Builds a supplier ofStableAmLink
.static AmLink.ResilientAmLinkSupplier
TopicMultiplexerAmLink. asSupplier(AmLink.ResilientAmLinkSupplier amLinkSupplier)
Methods in org.forgerock.openig.tools.notifications.ws.link with parameters of type AmLink.ResilientAmLinkSupplier Modifier and Type Method Description static AmLink.ResilientAmLinkSupplier
StableAmLink. asSupplier(AmLink.ResilientAmLinkSupplier amLinkSupplier)
Builds a supplier ofStableAmLink
.static AmLink.ResilientAmLinkSupplier
TopicMultiplexerAmLink. asSupplier(AmLink.ResilientAmLinkSupplier amLinkSupplier)
Constructors in org.forgerock.openig.tools.notifications.ws.link with parameters of type AmLink.ResilientAmLinkSupplier Constructor Description StableAmLink(AmLink.ResilientAmLinkSupplier amLinkSupplier, AmLinkListener.ResilientAmLinkListener amLinkListener)
TopicMultiplexerAmLink(AmLink.ResilientAmLinkSupplier amLinkSupplier, AmLinkListener.ResilientAmLinkListener amLinkListener)
-