Interface OperationInvoker

All Known Implementing Classes:
AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker, CachingOperationInvoker, ReflectiveOperationInvoker
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface OperationInvoker
Interface to perform an operation invocation.
Since:
2.0.0
Author:
Andy Wilkinson, Phillip Webb
  • Method Summary

    Modifier and Type
    Method
    Description
    Invoke the underlying operation using the given context.