All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.zeebe.it.docker.sayhello.SayHelloParameter Maven / Gradle / Ivy

package io.quarkiverse.zeebe.it.docker.sayhello;

import io.quarkus.runtime.annotations.RegisterForReflection;

@RegisterForReflection
public class SayHelloParameter {

    public String name;

    public String message;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy