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

io.soffa.foundation.core.pubsub.PubSubMessenger Maven / Gradle / Ivy

The newest version!
package io.soffa.foundation.core.pubsub;

public interface PubSubMessenger extends PubSubClient {

    PubSubClient getDefaultClient();

    PubSubClient getClient(String name);

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy