See: Description
Interface | Description |
---|---|
Consumer<T> |
Implementations accept a given value and perform work on the argument.
|
Function<T,R> |
Implementations of this class perform work on the given parameter
and return a result of an optionally different type.
|
GenericHandler<P> |
Class | Description |
---|---|
BeanNameMessageProcessor<T> | |
FixedSubscriberChannelPrototype | |
FunctionExpression<S> | |
MapBuilder<B extends MapBuilder<B,K,V>,K,V> | |
MessageChannelReference | |
PropertiesBuilder | |
StringStringMapBuilder |
A map builder creating a map with String keys and values.
|
Transformers |