Package com.sap.cds.services.impl
Interface ServiceSPI.HandlerRegistration
- Enclosing interface:
- ServiceSPI
public static interface ServiceSPI.HandlerRegistration
An entity describing a handler registration for this service.
-
Method Summary
-
Method Details
-
getEventPredicate
EventPredicate getEventPredicate()- Returns:
- The
EventPredicatedescribing the matching events and CDS entities
-
getHandler
Handler getHandler()- Returns:
- The handler
-
getOrder
int getOrder()- Returns:
- The order of the handler
-