Class BinderFixProperties
java.lang.Object
de.iip_ecosphere.platform.transport.spring.BinderFixProperties
@Component
@ConfigurationProperties(prefix="binders")
public class BinderFixProperties
extends Object
Replication of binder properties to have all binder information available. Somehow, the Spring structure does
not work in its context.
Example:
binders:
properties:
internal:
type: hivemqv3Binder
environment:
mqtt:
host: localhost
clientId: external
port: 8883
external:
type: hivemqv3Binder
environment:
mqtt:
host: localhost
clientId: external
port: 8883
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the binder properties.voidsetProperties(Map<String, org.springframework.cloud.stream.config.BinderProperties> properties) Defines the binder properties.
-
Field Details
-
properties
-
-
Constructor Details
-
BinderFixProperties
public BinderFixProperties()
-
-
Method Details