Interface BeforeChannelDeleteEvent

All Superinterfaces:
BaseChannelEvent, RuntimeExceptionEvent

public interface BeforeChannelDeleteEvent extends BaseChannelEvent
Channel event occuring before a channel is deleted.
  • Method Details

    • getRequestContext

      HstRequestContext getRequestContext()
      Returns:
      the HstRequestContext that is used that triggers this this channel event
    • getMounts

      List<Mount> getMounts()
      Return all mounts binding to the deleting channel.