Interface ComposableInvoker<T,O extends Operations>

All Superinterfaces:
Invoker<T>
All Known Subinterfaces:
StructuredCollectionComposableInvoker<CT,O>, StructuredComposableInvoker<T,O>

public interface ComposableInvoker<T,O extends Operations> extends Invoker<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.apache.olingo.ext.proxy.api.Invoker

    execute, executeAsync
  • Method Details

    • operations

      O operations()