@Singleton public class MessagePublishTimeAnnotationBinder extends java.lang.Object implements PubSubAnnotatedArgumentBinder<MessagePublishTime>
Constructor and Description |
---|
MessagePublishTimeAnnotationBinder(io.micronaut.core.convert.ConversionService<?> conversionService) |
Modifier and Type | Method and Description |
---|---|
io.micronaut.core.bind.ArgumentBinder.BindingResult<java.lang.Object> |
bind(io.micronaut.core.convert.ArgumentConversionContext<java.lang.Object> context,
PubSubConsumerState source) |
java.lang.Class<MessagePublishTime> |
getAnnotationType() |
public MessagePublishTimeAnnotationBinder(io.micronaut.core.convert.ConversionService<?> conversionService)
public java.lang.Class<MessagePublishTime> getAnnotationType()
getAnnotationType
in interface io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<MessagePublishTime,java.lang.Object,PubSubConsumerState>
public io.micronaut.core.bind.ArgumentBinder.BindingResult<java.lang.Object> bind(io.micronaut.core.convert.ArgumentConversionContext<java.lang.Object> context, PubSubConsumerState source)
bind
in interface io.micronaut.core.bind.ArgumentBinder<java.lang.Object,PubSubConsumerState>