Uses of Record Class
com.fayupable.logged.core.model.MethodInvocationEvent
Packages that use MethodInvocationEvent
Package
Description
-
Uses of MethodInvocationEvent in com.fayupable.logged.core.port
Methods in com.fayupable.logged.core.port with parameters of type MethodInvocationEventModifier and TypeMethodDescriptionvoidInvocationEventEmitter.emit(MethodInvocationEvent event) Publishes the given invocation event to whatever sink this implementation targets.voidNoOpInvocationEventEmitter.emit(MethodInvocationEvent event) -
Uses of MethodInvocationEvent in com.fayupable.logged.spring.emitter
Methods in com.fayupable.logged.spring.emitter with parameters of type MethodInvocationEventModifier and TypeMethodDescriptionvoidJsonInvocationEventEmitter.emit(MethodInvocationEvent event) voidSlf4jInvocationEventEmitter.emit(MethodInvocationEvent event) -
Uses of MethodInvocationEvent in com.fayupable.logged.test
Methods in com.fayupable.logged.test that return MethodInvocationEventModifier and TypeMethodDescriptionInMemoryInvocationEventEmitter.lastEvent()Returns the most recently recorded event.Methods in com.fayupable.logged.test that return types with arguments of type MethodInvocationEventModifier and TypeMethodDescriptionInMemoryInvocationEventEmitter.events()Returns every event recorded so far, in emission order.Methods in com.fayupable.logged.test with parameters of type MethodInvocationEventModifier and TypeMethodDescriptionvoidInMemoryInvocationEventEmitter.emit(MethodInvocationEvent event)