Class AbstractBeanResolutionContext.EventListenerSegment<B,T>

java.lang.Object
io.micronaut.context.AbstractBeanResolutionContext.AbstractSegment<B,T>
io.micronaut.context.AbstractBeanResolutionContext.EventListenerSegment<B,T>
Type Parameters:
B - The bean type
T - The event type
All Implemented Interfaces:
BeanResolutionContext.Segment<B,T>, io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource, io.micronaut.core.naming.Named, CallableInjectionPoint<B>, InjectionPoint<B>
Enclosing class:
AbstractBeanResolutionContext

public static class AbstractBeanResolutionContext.EventListenerSegment<B,T> extends AbstractBeanResolutionContext.AbstractSegment<B,T> implements CallableInjectionPoint<B>
Represents a segment that is an event listener.