Uses of Interface
com.fayupable.logged.core.port.InvocationEventEmitter
Packages that use InvocationEventEmitter
Package
Description
-
Uses of InvocationEventEmitter in com.fayupable.logged.core.port
Classes in com.fayupable.logged.core.port that implement InvocationEventEmitterModifier and TypeClassDescriptionfinal classA no-opInvocationEventEmitterthat discards every event it receives. -
Uses of InvocationEventEmitter in com.fayupable.logged.spring.aspect
Constructors in com.fayupable.logged.spring.aspect with parameters of type InvocationEventEmitterModifierConstructorDescriptionLoggedAspect(InvocationEventEmitter eventEmitter, MetricsRecorder metricsRecorder, IClientInfoPort clientInfoPort) -
Uses of InvocationEventEmitter in com.fayupable.logged.spring.config
Methods in com.fayupable.logged.spring.config that return InvocationEventEmitterMethods in com.fayupable.logged.spring.config with parameters of type InvocationEventEmitterModifier and TypeMethodDescriptionLoggedAutoConfiguration.loggedAspect(InvocationEventEmitter eventEmitter, MetricsRecorder metricsRecorder, IClientInfoPort clientInfoPort) -
Uses of InvocationEventEmitter in com.fayupable.logged.spring.emitter
Classes in com.fayupable.logged.spring.emitter that implement InvocationEventEmitterModifier and TypeClassDescriptionclassDefaultInvocationEventEmitterthat writes each event as a single, human-readable line through SLF4J.