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

com.liveperson.faas.dto.FaaSEventImplemented Maven / Gradle / Ivy

Go to download

Functions client for invoking lambdas via the eventsource gateway (a.k.a Asgard)

There is a newer version: 1.2.3
Show newest version
package com.liveperson.faas.dto;

/**
 * Data Transfer Object of the is event implemented check
 *
 * @author arotaru
 */
public class FaaSEventImplemented {
    private boolean implemented;

    public Boolean getImplemented() {
        return implemented;
    }

    public void setImplemented(Boolean implemented) {
        this.implemented = implemented;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy