public abstract class AbstractAsyncEventSourceInterceptor extends AbstractEventSourceInterceptor
AbstractEventSourceInterceptor.EventGroup, AbstractEventSourceInterceptor.EventTyperegistry| 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, triggerpublic 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