Interface RestEndpoint<T,R>

Type Parameters:
T - The request type.
R - The response type.
All Known Implementing Classes:
AbstractMethod, DynamicEndpoint

public interface RestEndpoint<T,R>
Internal interface for defining endpoints.
Since:
7.7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(T request)