Interface ServiceSPI.HandlerRegistration

Enclosing interface:
ServiceSPI

public static interface ServiceSPI.HandlerRegistration
An entity describing a handler registration for this service.
  • Method Details

    • getEventPredicate

      EventPredicate getEventPredicate()
      Returns:
      The EventPredicate describing the matching events and CDS entities
    • getHandler

      Handler getHandler()
      Returns:
      The handler
    • getOrder

      int getOrder()
      Returns:
      The order of the handler