Annotation Type PubSubClient
- 
@Documented @Retention(RUNTIME) @Target(TYPE) @Introduction @Type(PubSubClientIntroductionAdvice.class) @Singleton public @interface PubSubClient
- Since:
 - 2.0.0
 - Author:
 - Vinicius Carvalho
 
 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringproject 
 - 
 
- 
- 
Element Detail
- 
project
java.lang.String project
- Returns:
 - GCP Project Id, if null it will be inferred from the environment via 
GoogleCloudConfiguration 
- Default:
 - ""
 
 
 - 
 
 -