Interface MatsStageInterceptor

All Known Subinterfaces:
MatsStageInterceptor.MatsStageInterceptOutgoingMessages
All Known Implementing Classes:
LocalStatsMatsInterceptor, MatsMetricsLoggingInterceptor, MatsMicrometerInterceptor

public interface MatsStageInterceptor
Implement this interface to intercept Stage Processing, then register with MatsInterceptable.addStageInterceptor(MatsStageInterceptor).

Intercepts stage processors with ability to modify the stage processing, and implement extra logging and metrics gathering.