java.lang.Object
nstream.adapter.jdbc.JdbcEgressSettings
- All Implemented Interfaces:
nstream.adapter.common.AdapterSettings,swim.codec.Debug
@Tag("jdbcEgressSettings")
public class JdbcEgressSettings
extends Object
implements nstream.adapter.common.AdapterSettings
Provides a concrete class to parse and store agent configuration
used for JDBC egress by
JdbcPublishingAgent.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionName of the connection pool to be used for publication.<T> swim.codec.Output<T>debug(swim.codec.Output<T> output) static JdbcEgressSettingsstatic swim.structure.Form<JdbcEgressSettings>form()toString()
-
Constructor Details
-
JdbcEgressSettings
-
JdbcEgressSettings
public JdbcEgressSettings()
-
-
Method Details
-
connectionPoolProvisionName
Name of the connection pool to be used for publication.- Returns:
- the connection pool provision name
-
debug
public <T> swim.codec.Output<T> debug(swim.codec.Output<T> output) - Specified by:
debugin interfaceswim.codec.Debug
-
toString
-
form
-
defaultSettings
-