JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.gcp.pubsub.annotation
PubSubListener
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface PubSubListener
@Documented
@Retention
(
RUNTIME
)
@Target
(
TYPE
) @MessageListener
public @interface
PubSubListener
Indicates that a bean will be consuming PubSub Messages.
Since:
2.0.0
Author:
Vinicius Carvalho