Interface Invoker<T>

All Known Subinterfaces:
ComposableInvoker<T,O>, PrimitiveCollectionInvoker<T>, StructuredCollectionComposableInvoker<CT,O>, StructuredCollectionInvoker<CT>, StructuredComposableInvoker<T,O>, StructuredInvoker<T>

public interface Invoker<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • execute

      T execute()
    • executeAsync

      Future<T> executeAsync()