public class BeanFactoryAwareFunctionRegistry.FunctionInvocationWrapper extends Object implements Function<Object,Object>, Consumer<Object>, Supplier<Object>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Object input) |
Object |
apply(Object input) |
Object |
apply(Object input,
Function<org.springframework.messaging.Message,org.springframework.messaging.Message> enricher)
!! Experimental, may change.
|
Object |
get() |
Object |
get(Function<org.springframework.messaging.Message,org.springframework.messaging.Message> enricher)
!! Experimental, may change.
|
Type |
getFunctionType() |
Object |
getTarget() |
boolean |
isConsumer() |
boolean |
isSupplier() |
public Object apply(Object input, Function<org.springframework.messaging.Message,org.springframework.messaging.Message> enricher)
input - input valueenricher - enricher function instancepublic Object get(Function<org.springframework.messaging.Message,org.springframework.messaging.Message> enricher)
enricher - enricher function instancepublic Type getFunctionType()
public boolean isConsumer()
public boolean isSupplier()
public Object getTarget()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.