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

io.github.springwolf.asyncapi.v3.bindings.amqp.AMQPServerBinding Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
// SPDX-License-Identifier: Apache-2.0
package io.github.springwolf.asyncapi.v3.bindings.amqp;

import io.github.springwolf.asyncapi.v3.bindings.ServerBinding;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;

/**
 * This class MUST NOT contain any properties. Its name is reserved for future use.
 * 

* Describes AMQP 0-9-1 server binding. * * @see AMQP server binding */ @Data @NoArgsConstructor @EqualsAndHashCode(callSuper = true) public class AMQPServerBinding extends ServerBinding {}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy