Interface BrokerConfigResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The broker config resolver component is in charge of providing the proper broker configuration (i.e. url, username, password) from a broker configuration
identifier. This way the sensible broker configuration information doesn't need to be publicly exchanged from the client to the event gateway.
-
Method Summary
Modifier and TypeMethodDescriptionresolveBrokerConfig(String brokerConfigId) Resolve aBrokerConfigfrom its corresponding identifier.
-
Method Details
-
resolveBrokerConfig
Resolve aBrokerConfigfrom its corresponding identifier.- Parameters:
brokerConfigId- the broken configuration identifier- Returns:
- the resolved broker configuration
-