Package kalix.javasdk

Interface StatusCode

All Known Implementing Classes:
StatusCode.ErrorCode, StatusCode.Redirect, StatusCode.Success

public interface StatusCode
Interface used to represent HTTP status code. **NOT** for user extension.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    The supported HTTP error codes that can be used when replying from the Kalix user function.
    static enum 
     
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • value

      int value()