Package io.wcm.siteapi.processor
Interface Processor
-
- All Superinterfaces:
io.wcm.sling.commons.caservice.ContextAwareService
- All Known Subinterfaces:
JsonObjectProcessor<T>
,SlingHttpServletProcessor
@ConsumerType public interface Processor extends io.wcm.sling.commons.caservice.ContextAwareService
Super interface for processors. Services should implementJsonObjectProcessor
andSlingHttpServletProcessor
depending on the type of implementation, but register to this interface.