Class BasicAuthJcsmpSessionServiceFactory.Builder
java.lang.Object
org.apache.beam.sdk.io.solace.broker.BasicAuthJcsmpSessionServiceFactory.Builder
- Enclosing class:
 BasicAuthJcsmpSessionServiceFactory
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract BasicAuthJcsmpSessionServiceFactorybuild()Set Solace host, format: Host[:Port] e.g.Set Solace password.Set Solace username.Set Solace vpn name. 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
host
Set Solace host, format: Host[:Port] e.g. "12.34.56.78", or "[fe80::1]", or "12.34.56.78:4444". - 
username
Set Solace username. - 
password
Set Solace password. - 
vpnName
Set Solace vpn name. - 
build
 
 -