@Singleton public class SessionNotificationSender extends Object implements InternalSessionListener
Constructor and Description |
---|
SessionNotificationSender(Debug sessionDebug,
SessionServiceConfig serviceConfig,
SessionServerConfig serverConfig,
SessionInfoFactory sessionInfoFactory,
org.forgerock.util.thread.listener.ShutdownManager shutdownManager) |
Modifier and Type | Method and Description |
---|---|
int |
getNotificationQueueSize()
Returns current Notification queue size.
|
void |
onEvent(InternalSessionEvent event)
Callback method allowing observers to receive notification of
InternalSession events. |
@Inject public SessionNotificationSender(@Named(value="amSession") Debug sessionDebug, SessionServiceConfig serviceConfig, SessionServerConfig serverConfig, SessionInfoFactory sessionInfoFactory, org.forgerock.util.thread.listener.ShutdownManager shutdownManager)
public int getNotificationQueueSize()
public void onEvent(InternalSessionEvent event)
InternalSessionListener
InternalSession
events.onEvent
in interface InternalSessionListener
event
- Non null InternalSessionEvent
describing the event which occurred.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.