JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
io.r2dbc.postgresql.message.frontend
StartupMessage
ParameterWriter
Contents
Description
Method Summary
Method Details
write(String, String)
Hide sidebar
Show sidebar
Interface StartupMessage.ParameterWriter
Enclosing class:
StartupMessage
public static interface
StartupMessage.ParameterWriter
Writer interface to expose startup parameters.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
write
(
String
key,
String
value)
Write a parameter value along its name.
Method Details
write
void
write
(
String
key,
String
value)
Write a parameter value along its name.
Parameters:
key
- the parameter name
value
- the parameter value