Interface ConnectionParameters
-
- All Superinterfaces:
InternalProtocolInterface
- All Known Subinterfaces:
ConnectionParameters
- All Known Implementing Classes:
DefaultConnectionParameters
public interface ConnectionParameters extends InternalProtocolInterface
Initial configuration for a provider connection.This is a mostly-empty interface. Instances are queried dynamically to see which properties they support. See
ProviderConnectionParametersto see the configuration expected by the provider, andConnectionParametersto see the configuration provided by the consumer.- Since:
- 1.2-rc-1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConsumerVersion()
-