public static class ComponentFlow.OrderedInputOperation extends Object implements org.springframework.core.Ordered
| Constructor and Description |
|---|
OrderedInputOperation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Function<ComponentContext<?>,Optional<String>> |
getNext() |
Function<ComponentContext<?>,ComponentContext<?>> |
getOperation() |
int |
getOrder() |
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic String getId()
public Function<ComponentContext<?>,ComponentContext<?>> getOperation()
public Function<ComponentContext<?>,Optional<String>> getNext()
Copyright © 2023. All rights reserved.