Class PubSubMessageIdBinder

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder

        io.micronaut.core.bind.ArgumentBinder.BindingResult<T extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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<MessageId> getAnnotationType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PubSubMessageIdBinder

        public PubSubMessageIdBinder()
    • Method Detail

      • getAnnotationType

        public java.lang.Class<MessageId> getAnnotationType()
        Specified by:
        getAnnotationType in interface io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<MessageId,​java.lang.Object,​PubSubConsumerState>
      • bind

        public io.micronaut.core.bind.ArgumentBinder.BindingResult<java.lang.Object> bind​(io.micronaut.core.convert.ArgumentConversionContext<java.lang.Object> context,
                                                                                          PubSubConsumerState source)
        Specified by:
        bind in interface io.micronaut.core.bind.ArgumentBinder<java.lang.Object,​PubSubConsumerState>