Interface OnPeerAssocDeletedEventHandler

All Superinterfaces:
EventHandler, PeerAssocEventHandler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface OnPeerAssocDeletedEventHandler extends PeerAssocEventHandler
EventHandler for peer to peer association deletion handling.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Set<org.alfresco.repo.event.v1.model.EventType>
    Obtain the set of EventType's that this handler will handle.

    Methods inherited from interface org.alfresco.event.sdk.handling.handler.EventHandler

    getEventFilter, handleEvent
  • Method Details

    • getHandledEventTypes

      default Set<org.alfresco.repo.event.v1.model.EventType> getHandledEventTypes()
      Description copied from interface: EventHandler
      Obtain the set of EventType's that this handler will handle.
      Specified by:
      getHandledEventTypes in interface EventHandler
      Returns:
      the set of EventType's handled by this handler. Ths value must not be null