public abstract class AbstractAsyncEventSourceInterceptor extends AbstractEventSourceInterceptor
AbstractEventSourceInterceptor.EventGroup, AbstractEventSourceInterceptor.EventType
registry
Constructor and Description |
---|
AbstractAsyncEventSourceInterceptor(io.micronaut.data.model.runtime.RuntimeEntityRegistry registry)
Constructs a new AbstractAsyncEventSourceInterceptor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
intercept(io.micronaut.aop.MethodInvocationContext context) |
getEventGroup, getHandledPostEventType, getHandledPreEventType, trigger
public AbstractAsyncEventSourceInterceptor(io.micronaut.data.model.runtime.RuntimeEntityRegistry registry)
registry
- the RuntimeEntityRegistry
public java.lang.Object intercept(io.micronaut.aop.MethodInvocationContext context)
intercept
in interface io.micronaut.aop.MethodInterceptor
intercept
in class AbstractEventSourceInterceptor