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.Ordered
public String getId()
public Function<ComponentContext<?>,ComponentContext<?>> getOperation()
public Function<ComponentContext<?>,Optional<String>> getNext()
Copyright © 2024. All rights reserved.