Interface ConsumerClientResponseInterface
Hierarchy
- ConsumerClientResponseInterface
Methods
get
- get(keyword): string
-
Returns string
raw
- raw(): Record<string, null | string>
-
Returns Record<string, null | string>
set
- set(input): void
-
Parameters
-
input: Record<string, string>
Returns void
Retrieve a value from a given keyword This method sould not throw any exception, if keyword was not set previously it must return an empty string