Interface RestBuilderMarker

All Known Implementing Classes:
AsyncRestBuilder, RestBuilder

@Private
@Experimental
public interface RestBuilderMarker
Marker interface for RestBuilder and AsyncRestBuilder. These builder classes can be used to incrementally construct REST API requests and execute them. The execution is synchronous or asynchronous depending on the concrete builder type.
Since:
2.3.2
Author:
Simon Baslé