Class Endpoint

java.lang.Object
com.codingchili.core.listener.Endpoint

public class Endpoint extends Object
Used to map API routes to another target/route
  • Constructor Details

    • Endpoint

      public Endpoint()
    • Endpoint

      public Endpoint(String target)
      Parameters:
      target - endpoint target node
  • Method Details