Uses of Class
com.solace.connector.test.resources.resource.ConnectorArgsBuilder
Packages that use ConnectorArgsBuilder
Package
Description
Resources managed by the PubSubPlusExtension for integration testing.
-
Uses of ConnectorArgsBuilder in com.solace.connector.test.resources.resource
Methods in com.solace.connector.test.resources.resource that return ConnectorArgsBuilderModifier and TypeMethodDescriptionConnectorArgsBuilder.deepCopy()Creates a deep copy of this builder with all the same properties.ConnectorArgsBuilder.managementQueue(String queue) Configures the management queue.ConnectorArgsBuilder.managementSessionClientPassword(String password) Configures the password for the management session.ConnectorArgsBuilder.managementSessionClientUsername(String username) Configures the username for the management session.ConnectorArgsBuilder.managementSessionHost(String host) Configures the host for the management session.Adds a property with the given key and object value.Adds a property with the given key and string value.ConnectorArgsBuilder.solaceClientPassword(String password) Configures the Solace client password.ConnectorArgsBuilder.solaceClientUsername(String username) Configures the Solace client username.ConnectorArgsBuilder.solaceHost(String host) Configures the Solace broker host.ConnectorArgsBuilder.workflowAcknowledgmentPublishAsync(int workflowId, boolean publishAsync) Configures whether acknowledgment publishing is asynchronous for a specific workflow.ConnectorArgsBuilder.workflowBatchEnabled(int workflowId, boolean batchMode) Configures whether batch mode is enabled for a specific workflow.ConnectorArgsBuilder.workflowBatchMaxSize(int workflowId, int maxSize) Configures the maximum batch size for a specific workflow.ConnectorArgsBuilder.workflowEnable(int workflowId, boolean enabled) Configures whether a specific workflow is enabled.ConnectorArgsBuilder.workflowInputDestination(int workflowId, String inputDestination) Configures the input destination for a specific workflow.ConnectorArgsBuilder.workflowOutputDestination(int workflowId, String outputDestination) Configures the output destination for a specific workflow.