Package io.micronaut.gcp.pubsub.bind
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 extends Object>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.micronaut.core.bind.ArgumentBinder.BindingResult<Object>
bind
(io.micronaut.core.convert.ArgumentConversionContext<Object> context, PubSubConsumerState source)
-
Constructor Details
-
PubSubDefaultArgumentBinder
-
-
Method Details
-
bind
public io.micronaut.core.bind.ArgumentBinder.BindingResult<Object> bind(io.micronaut.core.convert.ArgumentConversionContext<Object> context, PubSubConsumerState source) - Specified by:
bind
in interfaceio.micronaut.core.bind.ArgumentBinder<Object,
PubSubConsumerState>
-