Class AbstractTransactionalPortalEvent

    • Constructor Detail

      • AbstractTransactionalPortalEvent

        public AbstractTransactionalPortalEvent​(SessionConfig sessionConfig,
                                                ITransaction transaction)
    • Method Detail

      • getSessionConfig

        public SessionConfig getSessionConfig()
        Returns the user session associated with this event.
        Returns:
        the user session associated with this event.
        Since:
        4.1.0
      • getTransaction

        public ITransaction getTransaction()
        Returns the transaction in which this event occurs.
        Returns:
        the transaction in which this event occurs.
        Since:
        4.1.0