Interface Negotiator
- All Known Implementing Classes:
AbstractNegotiator
public interface Negotiator
Interface for negotiator classes.
- Since:
- 7.4
-
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String name) getProperty
(String name, String defaultValue) Should return null if next negotiator should apply.void
setProperties
(Map<String, String> properties)
-
Method Details
-
getResult
Should return null if next negotiator should apply. -
getProperties
-
setProperties
-
getProperty
-
getProperty
-