public abstract class AbstractAsyncEventSourceInterceptor extends AbstractEventSourceInterceptor
AbstractEventSourceInterceptor.EventGroup, AbstractEventSourceInterceptor.EventTyperegistry| Modifier | Constructor and Description |
|---|---|
protected |
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, triggerprotected AbstractAsyncEventSourceInterceptor(io.micronaut.data.model.runtime.RuntimeEntityRegistry registry)
registry - the RuntimeEntityRegistrypublic java.lang.Object intercept(io.micronaut.aop.MethodInvocationContext context)
intercept in interface io.micronaut.aop.MethodInterceptorintercept in class AbstractEventSourceInterceptor