Interface PartitionTrackerFactory.TaskExecutorGatewayLookup
- Enclosing interface:
- PartitionTrackerFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Lookup function for
TaskExecutorGateway.-
Method Summary
Modifier and TypeMethodDescriptionlookup(ResourceID taskExecutorId) Returns aTaskExecutorGatewaycorresponding to the given ResourceID.
-
Method Details
-
lookup
Returns aTaskExecutorGatewaycorresponding to the given ResourceID.- Parameters:
taskExecutorId- id of the task executor to look up.- Returns:
- optional task executor gateway
-