Class RequestEndedEvent

java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.request.RequestEvent
com.atlassian.bitbucket.event.request.RequestEndedEvent
All Implemented Interfaces:
Serializable

public class RequestEndedEvent extends RequestEvent
Dispatched to indicate a requestContext has ended.
See Also:
  • Constructor Details

    • RequestEndedEvent

      public RequestEndedEvent(Object source, RequestContext requestContext)
      Constructs a new RequestEndedEvent, providing the event's source and the RequestContext for the request that was ended.
      Parameters:
      source - the event source
      requestContext - the RequestContext for the ended request