White to Black Gradient

Kalix Developer

Quickly find the latest developer content and resources.

Cloud Icon

The Kalix
Developer Experience

package com.example.shoppingcart;

import com.fasterxml.jackson.annotation.JsonIgnore;

public record ProductStock(Integer quantity){
    public static ProductStock empty(){
        return new ProductStock(null);
    }
    @JsonIgnore
    public boolean isEmpty(){
        return quantity == null;
    }
}
Explore Kalix
Cloud Icon

How Kalix Works

Reactive ArchitectureView the Infographic

Feature Overviews

How Tos

Blogs

Webinars

Stay Up to Date

Check Back Here for Webinar & Conference Replays

Upcoming webinars are announced through our Twitter channel, LinkedIn page and in our Newsletter. Don't miss out, follow us or sign up today.