Interface Modules


  • public interface Modules
    Provides names of implemented modules to be used as Named qualifiers as a well for UserAgentHeaderProvider.
    Author:
    Vinicius Carvalho
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PUBSUB
      Module name for gcp-pubsub.
      static java.lang.String SECRET_MANAGER
      Module name for secret-manager.
      static java.lang.String TRACING
      Module 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