Class HttpPullSupplier

java.lang.Object
showcase.data.orchestration.http.pull.functions.HttpPullSupplier
All Implemented Interfaces:
Supplier<String>

@Component public class HttpPullSupplier extends Object implements Supplier<String>
A simple HTTP Pull Supplier that authenticates and then pulls data from a configured HTTP endpoint.
Author:
gregory green
  • Constructor Details

    • HttpPullSupplier

      public HttpPullSupplier()
  • Method Details