Class PubSubDefaultArgumentBinder

java.lang.Object
io.micronaut.gcp.pubsub.bind.PubSubDefaultArgumentBinder
All Implemented Interfaces:
io.micronaut.core.bind.ArgumentBinder<Object,PubSubConsumerState>, PubSubArgumentBinder<Object>

@Singleton public class PubSubDefaultArgumentBinder extends Object implements PubSubArgumentBinder<Object>
Default body binder of PubSub consumers. If no @MessageBody arguments are annotated. Delegates to PubSubBodyBinder
Author:
Vinicius Carvalho
  • Nested Class Summary

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

    io.micronaut.core.bind.ArgumentBinder.BindingResult<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.micronaut.core.bind.ArgumentBinder.BindingResult<Object>
    bind(io.micronaut.core.convert.ArgumentConversionContext<Object> context, PubSubConsumerState source)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.micronaut.core.bind.ArgumentBinder

    createSpecific
  • Constructor Details

    • PubSubDefaultArgumentBinder

      public PubSubDefaultArgumentBinder(PubSubBodyBinder defaultBinder)
  • Method Details