Package | Description |
---|---|
org.springframework.cloud.stream.binder | |
org.springframework.cloud.stream.binding | |
org.springframework.cloud.stream.config |
Class and Description |
---|
Binder
A strategy interface used to bind an app interface to a logical name.
|
BinderConfiguration
Configuration for a binder instance, associating a
BinderType with its configuration Properties . |
BinderFactory |
BinderType
References one or more
Configuration -annotated classes which
provide a context definition which contains exactly one Binder , typically for a given type of system (e.g. |
BinderTypeRegistry
A registry of
BinderType s, indexed by name. |
Binding
Represents a binding between an input or output and an adapter endpoint that connects via a
Binder.
|
ConsumerProperties
Common consumer properties.
|
EmbeddedHeadersMessageConverter
Encodes requested headers into payload with format
{@code 0xff, n(1), [ [lenHdr(1), hdr, lenValue(4), value] ...
|
ExtendedBindingProperties
Properties that extend the common binding properties for a particular binder implementation.
|
HeaderMode |
MessageValues
A mutable type for allowing
Binder implementations to transform and enrich message content more
efficiently. |
PartitionSelectorStrategy
Strategy for determining the partition to which a message should be sent.
|
ProducerProperties
Common producer properties.
|
Class and Description |
---|
BinderFactory |
Binding
Represents a binding between an input or output and an adapter endpoint that connects via a
Binder.
|
Class and Description |
---|
BinderFactory |
BinderTypeRegistry
A registry of
BinderType s, indexed by name. |
ConsumerProperties
Common consumer properties.
|
ProducerProperties
Common producer properties.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.