Package io.micronaut.gcp
Interface Modules
- 
public interface ModulesProvides names of implemented modules to be used asNamedqualifiers as a well forUserAgentHeaderProvider.- Author:
 - Vinicius Carvalho
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPUBSUBModule name for gcp-pubsub.static java.lang.StringSECRET_MANAGERModule name for secret-manager.static java.lang.StringTRACINGModule name for the gcp-tracing. 
 - 
 
- 
- 
Field Detail
- 
TRACING
static final java.lang.String TRACING
Module name for the gcp-tracing.- See Also:
 - Constant Field Values
 
 
- 
PUBSUB
static final java.lang.String PUBSUB
Module name for gcp-pubsub.- See Also:
 - Constant Field Values
 
 
- 
SECRET_MANAGER
static final java.lang.String SECRET_MANAGER
Module name for secret-manager.- See Also:
 - Constant Field Values
 
 
 - 
 
 -