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
ProviderConnectionParameters
to see the configuration expected by the provider, andConnectionParameters
to 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.String
getConsumerVersion()
-