GoldengateJavaMessageServiceConnectionProperties constructor

GoldengateJavaMessageServiceConnectionProperties({
  1. String? authenticationType,
  2. String? connectionFactory,
  3. String? connectionUrl,
  4. String? jndiConnectionFactory,
  5. String? jndiInitialContextFactory,
  6. String? jndiProviderUrl,
  7. String? jndiSecurityCredentialsSecret,
  8. String? jndiSecurityPrincipal,
  9. String? keyStoreFile,
  10. String? keyStorePassword,
  11. String? keyStorePasswordSecretVersion,
  12. String? password,
  13. String? passwordSecretVersion,
  14. String? securityProtocol,
  15. String? sslKeyPassword,
  16. String? sslKeyPasswordSecretVersion,
  17. String? technologyType,
  18. String? trustStoreFile,
  19. String? trustStorePassword,
  20. String? trustStorePasswordSecretVersion,
  21. bool? useJndi,
  22. String? username,
})

Implementation

GoldengateJavaMessageServiceConnectionProperties({
  this.authenticationType,
  this.connectionFactory,
  this.connectionUrl,
  this.jndiConnectionFactory,
  this.jndiInitialContextFactory,
  this.jndiProviderUrl,
  this.jndiSecurityCredentialsSecret,
  this.jndiSecurityPrincipal,
  this.keyStoreFile,
  this.keyStorePassword,
  this.keyStorePasswordSecretVersion,
  this.password,
  this.passwordSecretVersion,
  this.securityProtocol,
  this.sslKeyPassword,
  this.sslKeyPasswordSecretVersion,
  this.technologyType,
  this.trustStoreFile,
  this.trustStorePassword,
  this.trustStorePasswordSecretVersion,
  this.useJndi,
  this.username,
});