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

dev.soffa.foundation.message.pubsub.PubSubMessenger Maven / Gradle / Ivy

There is a newer version: 0.17.31
Show newest version
package dev.soffa.foundation.message.pubsub;

public interface PubSubMessenger extends PubSubClient {

    PubSubClient getDefaultClient();

    PubSubClient getClient(String name);

    default void afterPropertiesSet() {
        // Implements if needed
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy