Class MessageProduceParameters

    • Constructor Detail

      • MessageProduceParameters

        @Deprecated
        protected MessageProduceParameters​(java.lang.String library,
                                           DestinationType destinationType,
                                           java.lang.String destinationName,
                                           OutboundHeaders outboundHeaders)
        Deprecated.
    • Method Detail

      • getDestinationName

        public java.lang.String getDestinationName()
      • getCloudAccountId

        public java.lang.String getCloudAccountId()
      • getCloudRegion

        public java.lang.String getCloudRegion()
      • getLibrary

        public java.lang.String getLibrary()
      • getOtelLibrary

        public java.lang.String getOtelLibrary()
      • getHost

        public java.lang.String getHost()
      • getPort

        public java.lang.Integer getPort()
      • library

        public static MessageProduceParameters.DestinationTypeParameter library​(java.lang.String library,
                                                                                java.lang.String otelLibrary)
        Set the name of the library. And the OTEL known name of that library.
        Parameters:
        library - the name of the library
        otelLibrary - the OTEL known name of the library
        Returns:
        the next builder interface