Interface ProjectorProcessor

All Known Implementing Classes:
ActivationProcessor, AssignmentHolderProcessor, AssignmentProcessor, ContextLoader, CredentialsProcessor, FocusActivationProcessor, FocusLifecycleProcessor, InboundProcessor, ObjectTemplateProcessor, PolicyRuleProcessor, ProjectionCredentialsProcessor, ProjectionValuesProcessor, ReconciliationProcessor

@Experimental public interface ProjectorProcessor
Marker interface for processors in Projector. Note that functionality of the processor (i.e. some "process" method) is not exposed via this interface because many of the processors have multiple entry points. Moreover, to make code navigation in IDE easy (between processors and their caller) it is better to have direct caller-callee relations.