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

com.github.awsjavakit.eventbridge.models.EventBody Maven / Gradle / Ivy

There is a newer version: 0.18.4
Show newest version
package com.github.awsjavakit.eventbridge.models;

import com.fasterxml.jackson.annotation.JsonProperty;

public interface EventBody {

  String TOPIC = "topic";

  @JsonProperty(TOPIC)
  String getTopic();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy