Class SimpleDestinationResolver
- java.lang.Object
-
- org.springframework.cloud.function.web.source.SimpleDestinationResolver
-
- All Implemented Interfaces:
DestinationResolver
public class SimpleDestinationResolver extends Object implements DestinationResolver
- Author:
- Dave Syer
-
-
Constructor Summary
Constructors Constructor Description SimpleDestinationResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdestination(Supplier<?> supplier, String name, Object value)
-
-
-
Method Detail
-
destination
public String destination(Supplier<?> supplier, String name, Object value)
- Specified by:
destinationin interfaceDestinationResolver
-
-