Interface HybridConnection.DefinitionStages.WithUserMetadata

All Known Subinterfaces:
HybridConnection.Definition, HybridConnection.DefinitionStages.WithCreate
Enclosing interface:
HybridConnection.DefinitionStages

public static interface HybridConnection.DefinitionStages.WithUserMetadata
The stage of the HybridConnection definition allowing to specify userMetadata.
  • Method Details

    • withUserMetadata

      HybridConnection.DefinitionStages.WithCreate withUserMetadata(String userMetadata)
      Specifies the userMetadata property: The usermetadata is a placeholder to store user-defined string data for the hybrid connection endpoint. For example, it can be used to store descriptive data, such as a list of teams and their contact information. Also, user-defined configuration settings can be stored..
      Parameters:
      userMetadata - The usermetadata is a placeholder to store user-defined string data for the hybrid connection endpoint. For example, it can be used to store descriptive data, such as a list of teams and their contact information. Also, user-defined configuration settings can be stored.
      Returns:
      the next definition stage.