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

de.otto.synapse.endpoint.sender.MessageSenderEndpoint Maven / Gradle / Ivy

Go to download

A library used at otto.de to implement Spring Boot based event-sourcing microservices.

There is a newer version: 0.33.1
Show newest version
package de.otto.synapse.endpoint.sender;

import de.otto.synapse.endpoint.MessageEndpoint;

/**
 * Endpoint that is used by an application to send messages to a messaging channel.
 *
 * 

* Message Endpoint *

* * @see EIP: Message Endpoint */ public interface MessageSenderEndpoint extends MessageSender, MessageEndpoint { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy