Interface ConfigurableConnection
-
- All Superinterfaces:
InternalProtocolInterface
public interface ConfigurableConnection extends InternalProtocolInterface
Mixed into a provider connection, to allow the connection to be configured.DO NOT CHANGE THIS INTERFACE - it is part of the cross-version protocol.
Consumer compatibility: This interface is used by all consumer versions from 1.2-rc-1.
Provider compatibility: This interface is implemented by all provider versions from 1.2-rc-1.
- Since:
- 1.2-rc-1
- See Also:
ConnectionVersion4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(ConnectionParameters parameters)
Configures this connection with the given parameters.
-
-
-
Method Detail
-
configure
void configure(ConnectionParameters parameters)
Configures this connection with the given parameters.Consumer compatibility: This method is used by all consumer versions from 1.2-rc-1.
Provider compatibility: This method is implemented by all provider versions from 1.2-rc-1.
- Since:
- 1.2-rc-1
-
-